From d9e1b32e6911cfbcee1cc6ce57ea0eca67e4b359 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Sun, 29 Nov 2015 23:22:14 +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 411238a9..7f3c4fe3 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -463,11 +463,11 @@ Whether or not the mouse wheel scrolls alternate screen buffers (man, vim, mutt, 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. 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 @@ -531,4 +531,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