mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
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:
parent
541fa72f46
commit
d446ee2f6f
2 changed files with 55 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue