Correct terminator_config man page regarding scrollback

This commit is contained in:
Stephen Boddy 2015-11-29 23:22:11 +01:00
parent a8362749a9
commit 4d70db1ae2
1 changed files with 4 additions and 3 deletions

View File

@ -423,11 +423,11 @@ If true, whenever there's new output the terminal will scroll to the bottom.
Default value: \fBTrue\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. 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
.TP
.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
.TP
.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.
.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