HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 7 System Debug Window Commands

wS

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Window shift. Shifts a window to the left or right. This command is defined for text windows (TX).

Syntax

   TXS  [ amount ] [win_number]

Parameters

amount

This is the number of columns to shift the window. A positive value shifts the window right (view data past the right end of the screen). A negative value shifts the window left (view data past the left end of the screen). If no value is given, the window is shifted to column 1.

win_number

The window number for a specific text window (TX). If win_number is omitted, then the current window is used.

Examples

   $nmdebug > TXS #20

Shift the window 20 columns to the right.

   $nmdebug > TXS -9999 

Shift the window to the left. Any column number less than 1 is automatically converted to column 1.

Limitations, Restrictions

none

Feedback to webmaster