Correct terminator_config man page regarding scrollback
This commit is contained in:
parent
a8362749a9
commit
4d70db1ae2
|
@ -423,11 +423,11 @@ If true, whenever there's new output the terminal will scroll to the bottom.
|
||||||
Default value: \fBTrue\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. Warning: with large values, rewrapping on resize might be slow.
|
||||||
Default value: \fB500\fR
|
Default value: \fB500\fR
|
||||||
.TP
|
.TP
|
||||||
.B scrollback_infinite
|
.B scrollback_infinite
|
||||||
If this is set to True, scrollback_lines will be ignored and VTE will continue to allocate RAM for scrollback history.
|
If this is set to True, scrollback_lines will be ignored and VTE will keep the entire scrollback history.
|
||||||
Default value: \fBFalse\fR
|
Default value: \fBFalse\fR
|
||||||
.TP
|
.TP
|
||||||
.B focus_on_close
|
.B focus_on_close
|
||||||
|
@ -495,4 +495,5 @@ Window objects may not have a parent attribute. \fBEvery\fR other object must sp
|
||||||
Terminator plugins can add their own configuration to the config file, and will appear as a sub-section. Please refer to the documentation of individual plugins for more information.
|
Terminator plugins can add their own configuration to the config file, and will appear as a sub-section. Please refer to the documentation of individual plugins for more information.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR gnome\-terminal(1), http://www.voidspace.org.uk/python/configobj.html
|
.TP
|
||||||
|
\fBterminator\fP(1), http://www.voidspace.org.uk/python/configobj.html
|
||||||
|
|
Loading…
Reference in New Issue