mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
8efa5e6ce7
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4451 dbcabf3a-b0e7-0310-adc4-f8d773084564
21 lines
477 B
Plaintext
21 lines
477 B
Plaintext
|
|
@SYNTAX:scrollback@
|
|
|
|
/SCROLLBACK, or the default alias /SB:
|
|
|
|
/SB LEVELCLEAR
|
|
- Remove lines with level matching one of those
|
|
specified in scrollback_levelclear_levels.
|
|
/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
|
|
|