1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/docs/help/in/scrollback.in
Emanuele Giaquinta 86a5e8085a Remove scrollback_levelclear_levels setting and add a 'level' option to
'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
2008-10-21 11:09:51 +00:00

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