DBG$HELP.HLB  —  DEBUG  SCROLL  Qualifiers

1    /BOTTOM

    Scrolls down to the bottom of the display's text.

2    /DOWN

       /DOWN:[n]

    Scrolls down over the display's text by n lines to reveal text
    further down in the display. If you omit n, the display is
    scrolled by approximately 3/4 of its window height.

3    /LEFT

       /LEFT:[n]

    Scrolls left over the display's text by n columns to reveal text
    beyond the left window border. You cannot scroll past column 1.
    If you omit n, the display is scrolled left by 8 columns.

4    /RIGHT

       /RIGHT[:n]

    Scrolls right over the display's text by n columns to reveal text
    beyond the right window border. You cannot scroll past column
    255. If you omit n, the display is scrolled right by 8 columns.

5    /TOP

    Scrolls up to the top of the display's text.

6    /UP

       /UP[:n]

    Scrolls up over the display's text by n lines to reveal text
    further up in the display. If you omit n, the display is scrolled
    by approximately 3/4 of its window height.
Close Help