Skip to content

Commit

Permalink
Merge pull request thestinger#445 from jelly/config_scrollback
Browse files Browse the repository at this point in the history
config: man: document scrollback_lines config option
  • Loading branch information
jelly authored Jun 19, 2017
2 parents 4c1a9a5 + 1c895b4 commit 37309fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion man/termite.config.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37309fd

Please sign in to comment.