config: man: document scrollback_lines config option
Document the three possible configuration options for scrollback_lines.
This commit is contained in:
parent
7738c766f5
commit
1c895b45e9
2
config
2
config
|
@ -10,6 +10,8 @@ font = Monospace 9
|
|||
#mouse_autohide = false
|
||||
#scroll_on_output = false
|
||||
#scroll_on_keystroke = true
|
||||
# Length of the scrollback buffer, 0 disabled the scrollback buffer
|
||||
# and setting it to a negative value means "infinite scrollback"
|
||||
scrollback_lines = 10000
|
||||
#search_wrap = true
|
||||
#urgent_on_bell = true
|
||||
|
|
|
@ -44,7 +44,9 @@ resource for \fBxterm\fR(1).
|
|||
.IP \fImouse_autohide\fR
|
||||
Automatically hide the mouse pointer when you start typing.
|
||||
.IP \fIscrollback_lines\fR
|
||||
Set the number of lines to limit the terminal's scrollback.
|
||||
Set the number of lines to limit the terminal's scrollback. Setting
|
||||
the number of lines to 0 disables this feature, a negative value makes
|
||||
the scrollback "infinite".
|
||||
.IP \fIscroll_on_keystroke\fR
|
||||
Scroll to the bottom automatically when a key is pressed.
|
||||
.IP \fIscroll_on_output\fR
|
||||
|
|
Loading…
Reference in New Issue