scrollback
Syntax
SCROLLBACK CLEAR [-all] [<refnum>]
SCROLLBACK LEVELCLEAR [-all] [-level <level>] [<refnum>]
SCROLLBACK GOTO <+|-linecount>|<linenum>|<timestamp>
SCROLLBACK HOME
SCROLLBACK END
SCROLLBACK REDRAW
Parameters
|
Clears the screen and the buffer of all text. |
|
Clears the screen and the buffer of text matching the given levels. |
|
Go to the given position. |
|
Go to the start of the buffer. |
|
Go to the end of the buffer. |
|
Applies to all windows instead of only the active one. |
|
The levels, separated by a comma, to match. |
The line number, timestamp to jump to or the window reference number to clear.
Description
Manipulate the text in the window to go to a to the given line number, or clear the buffers.
The timestamp format is format is ‘[dd[.mm] | -<days ago>] hh:mi[:ss]’.
Examples
/SCROLLBACK CLEAR
/SCROLLBACK LEVELCLEAR -level NOTICES
/SCROLLBACK GOTO 100
/SCROLLBACK HOME
/SCROLLBACK END