blob: 4124cf6fbce6b03120e11d8a3f40d2a1087f91a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
@SYNTAX:scrollback@
/SCROLLBACK, or the default alias /SB:
/SB LEVELCLEAR
- Remove lines with level matching one of those
specified in the comma-separated list <level>.
/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.
time format is [dd[.mm] | -<days ago>] hh:mi[:ss].
See also: SET SCROLL
|