2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:scrollback@
|
|
|
|
|
|
|
|
/SCROLLBACK, or the default alias /SB:
|
|
|
|
|
2007-02-18 09:59:54 -05:00
|
|
|
/SB LEVELCLEAR
|
|
|
|
- Remove lines with level matching one of those
|
2008-10-21 07:09:51 -04:00
|
|
|
specified in the comma-separated list <level>.
|
2007-02-18 09:59:54 -05:00
|
|
|
/SB CLEAR
|
|
|
|
- Clear screen, free all memory used by texts in window.
|
|
|
|
/SB HOME
|
|
|
|
- Jump to start of the buffer.
|
|
|
|
/SB END
|
|
|
|
- Jump to end of the buffer.
|
|
|
|
/SB GOTO [[-|+]line#|time]
|
|
|
|
- Jump to specified line or timestamp.
|
2007-04-14 16:45:04 -04:00
|
|
|
time format is [dd[.mm] | -<days ago>] hh:mi[:ss].
|
2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
See also: SET SCROLL
|
|
|
|
|