mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
d446ee2f6f
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4420 dbcabf3a-b0e7-0310-adc4-f8d773084564
20 lines
421 B
Plaintext
20 lines
421 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.
|
|
|
|
See also: SET SCROLL
|
|
|