summaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2007-02-18 14:59:54 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-02-18 14:59:54 +0000
commitd446ee2f6f8a5c87a8dd04ef182e1b73be96873b (patch)
treecbb1eaa7b58dcc674199b271ecaaf940f9e4da63 /docs/help
parent541fa72f46a95ea506064a868f95d15f1a7cb8f4 (diff)
downloadirssi-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.in15
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