From 4d70db1ae2d37def928cff4b840c06f2c2a82e8d Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Sun, 29 Nov 2015 23:22:11 +0100 Subject: [PATCH] Correct terminator_config man page regarding scrollback --- doc/terminator_config.5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 13680233..f4fbc015 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -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