config: man: document scrollback_lines config option

Document the three possible configuration options for scrollback_lines.
This commit is contained in:
Jelle van der Waa 2017-01-18 22:15:55 +01:00
parent 7738c766f5
commit 1c895b45e9
2 changed files with 5 additions and 1 deletions

2
config
View File

@ -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

View File

@ -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