diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2007-02-18 14:59:54 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-02-18 14:59:54 +0000 |
commit | d446ee2f6f8a5c87a8dd04ef182e1b73be96873b (patch) | |
tree | cbb1eaa7b58dcc674199b271ecaaf940f9e4da63 /docs/help | |
parent | 541fa72f46a95ea506064a868f95d15f1a7cb8f4 (diff) | |
download | irssi-d446ee2f6f8a5c87a8dd04ef182e1b73be96873b.zip |
Add crapbuster-like "scrollback levelclear" command.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4420 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/scrollback.in | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/help/in/scrollback.in b/docs/help/in/scrollback.in index 7da9b820..bb05488d 100644 --- a/docs/help/in/scrollback.in +++ b/docs/help/in/scrollback.in @@ -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 |