mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
86a5e8085a
'sb levelclear' to specify a comma separated list of levels. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4876 dbcabf3a-b0e7-0310-adc4-f8d773084564
21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
|
|
@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
|
|
|