DEBUG MOVE — MicroVMS 4.6
Moves a screen display vertically and/or horizontally across the
screen. The MOVE command simply creates a new window of the same
dimensions elsewhere on the screen and maps the display to it,
while maintaining the relative position of the text within the
window.
The MOVE command does not change the order of a display in the
pasteboard circular list. Depending on the relative order of
displays, the MOVE command may cause the display to hide or
uncover another display or be hidden by another display,
partially or totally.
A display can be moved only up to the edge of the screen. Thus,
specifying MOVE/DOWN:99 SRC moves display SRC down so that its
bottom border is at the bottom edge of the screen.
Format:
MOVE /qualifier[...] [disp_name [,disp_name...] ]
Additional information available:
ExamplesKey DefinitionsParametersQualifiers
Examples
DBG> MOVE/UP:3/RIGHT:5 FOO ! Move display FOO up by 3 lines and
! right by 5 columns.
DBG> MOVE/LEFT ! Move the current scrolling display
! left by 1 column.
Key Definitions
Several keypad keys have been bound to the EXPAND and MOVE
commands, to facilitate expanding, contracting, and moving
displays. (See HELP KEYPAD STATE_KEYS for more information).
Parameters
disp_name
The name (or list of names) of the screen display(s) to be moved.
If this name is omitted, the currently selected scrolling display
is used. (See HELP SELECT/SCROLL).
Qualifiers
Additional information available:
/DOWN[:n]
Move the display down by n lines (if n is positive) or up by n
lines (if n is negative). If n is omitted, the display is moved
down by 1 line. See the MOVE command description for
restrictions.
/LEFT[:n]
Move the display to the left by n lines (if n is positive) or
right by n lines (if n is negative). If n is omitted, the
display is moved to the left by 1 line. See the MOVE command
description for restrictions.
/RIGHT[:n]
Move the display to the right by n lines (if n is positive) or
left by n lines (if n is negative). If n is omitted, the display
is moved to the right by 1 line. See the MOVE command
description for restrictions.
/UP[:n]
Move the display up by n lines (if n is positive) or down by n
lines (if n is negative). If n is omitted, the display is moved
up by 1 line. See the MOVE command description for restrictions.