Correct documentation error in rev 1646
This commit is contained in:
parent
cd68c0e264
commit
712ed28d69
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue