diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-10-21 11:09:51 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-10-21 11:09:51 +0000 |
commit | 86a5e8085ae404f250ddf8eea5b2d7a1401044fd (patch) | |
tree | d6f23bbf73f3e8ebd4526b039e56bbc4f72f54c5 /docs/help | |
parent | 5e4c08d8a11476b66290b0ea162363f0829cd696 (diff) | |
download | irssi-86a5e8085ae404f250ddf8eea5b2d7a1401044fd.zip |
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
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/scrollback.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/scrollback.in b/docs/help/in/scrollback.in index f1e31848..4124cf6f 100644 --- a/docs/help/in/scrollback.in +++ b/docs/help/in/scrollback.in @@ -5,7 +5,7 @@ /SB LEVELCLEAR - Remove lines with level matching one of those - specified in scrollback_levelclear_levels. + specified in the comma-separated list <level>. /SB CLEAR - Clear screen, free all memory used by texts in window. /SB HOME |