Command: wscroll

Syntax

wscroll <window>

Description

Scroll a window.

Parameters

Switches

Notes

If the window is not currently in use, or is not an alpha, display. panel, graphic or table window, no action is taken.

When the window is an alpha or table window, if no scroll movement switches are included, -d=1 is executed.

Table windows can only be scrolled programmatically in their minor direction. For this reason, -l and -u are treated identically, similarly with -r and -d.

Examples

Scroll the window (alpha) down one logical row.

wscroll awin

Scroll the window (alpha) down one page.

wscroll awin, -p

Scroll the window (any) up 10 logical rows.

wscroll mywin, -u=10

Scroll the window (graphic) to a mid-point.

wscroll gwin, -m=(500,500)

See Also

Commands:

walpha, wdisplay, wgraphic, wpanel, wtable

Structures:

window (alpha, display, graphic, table)