HP 3000 Manuals

wC [ System Debug Reference Manual ] MPE/iX 5.0 Documentation


System Debug Reference Manual

wC 

Window current.  Marks the specified window as the current window.  Many
user window (U), text window (TX), and virtual window (V) commands
operate on the current window. 

Syntax 

     UC  [win_number]
     VC  [win_number]
     TXC [win_number]

Parameters 

 win_number      The window number for a specific user window (U), text
                 window (TX), or virtual window (V). If win_number is
                 omitted, then the current window remains flagged as the
                 current window.  The current user window is marked by an
                 asterisk, and the current virtual and text windows are
                 marked in inverse video.

Examples 

     %cmdebug > VC 2 

Mark virtual window number 2 as the current virtual window.

     %cmdebug > UC 3 

Mark user window number 3 as the current user window.

Limitations, Restrictions 

none



MPE/iX 5.0 Documentation