fix a typo
This commit is contained in:
parent
6d1b7080cc
commit
e4a6b6393e
|
@ -89,7 +89,7 @@ Default value: \fBTrue\fR
|
||||||
.TP
|
.TP
|
||||||
.B scroll_on_output \fR(boolean)
|
.B scroll_on_output \fR(boolean)
|
||||||
If true, whenever there's new output the terminal will scroll to the bottom.
|
If true, whenever there's new output the terminal will scroll to the bottom.
|
||||||
Default value: \fBFTrue\fR
|
Default value: \fBTrue\fR
|
||||||
.TP
|
.TP
|
||||||
.B scrollback_lines
|
.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. Be careful with this setting; it's the primary factor in determining how much memory the terminal will use.
|
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. Be careful with this setting; it's the primary factor in determining how much memory the terminal will use.
|
||||||
|
|
Loading…
Reference in New Issue