Add crapbuster-like "scrollback levelclear" command.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4420 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-02-18 14:59:54 +00:00 committed by exg
commit d446ee2f6f
2 changed files with 55 additions and 4 deletions

View file

@ -3,10 +3,17 @@
/SCROLLBACK, or the default alias /SB:
/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.
/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