Correct documentation error in rev 1646

This commit is contained in:
Stephen Boddy 2015-12-01 01:07:09 +01:00
parent cd68c0e264
commit 712ed28d69
1 changed files with 2 additions and 2 deletions

View File

@ -416,11 +416,11 @@ Default value: \fBTrue\fR
.TP
.B scroll_on_keystroke \fR(boolean)
If true, pressing a key jumps the scrollbar to the bottom.
Default value: \fBFalse\fR
Default value: \fBTrue\fR
.TP
.B scroll_on_output \fR(boolean)
If true, whenever there's new output the terminal will scroll to the bottom.
Default value: \fBTrue\fR
Default value: \fBFalse\fR
.TP
.B scrollback_lines
Number of scrollback lines to keep around. You can scroll back in the terminal by this number of lines; lines that don't fit in the scrollback are discarded. Warning: with large values, rewrapping on resize might be slow.