File: scrollback.in

package info (click to toggle)
irssi 0.8.12-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,152 kB
  • ctags: 5,937
  • sloc: ansic: 54,466; sh: 8,869; perl: 2,460; makefile: 1,034
file content (20 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

@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