From 712ed28d699e423086f7e3ad61b232848b5d1712 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Tue, 1 Dec 2015 01:07:09 +0100 Subject: [PATCH] Correct documentation error in rev 1646 --- doc/terminator_config.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index a816afdf..7bb22a17 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -416,11 +416,11 @@ Default value: \fBTrue\fR .TP .B scroll_on_keystroke \fR(boolean) If true, pressing a key jumps the scrollbar to the bottom. -Default value: \fBFalse\fR +Default value: \fBTrue\fR .TP .B scroll_on_output \fR(boolean) If true, whenever there's new output the terminal will scroll to the bottom. -Default value: \fBTrue\fR +Default value: \fBFalse\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. Warning: with large values, rewrapping on resize might be slow.