1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/docs/help/in/scrollback.in
Emanuele Giaquinta 8efa5e6ce7 Document time format for /scrollback goto.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4451 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-04-14 20:45:04 +00:00

21 lines
477 B
Plaintext

@SYNTAX:scrollback@
/SCROLLBACK, or the default alias /SB:
/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.
time format is [dd[.mm] | -<days ago>] hh:mi[:ss].
See also: SET SCROLL