Change the scroll_on_output default to false
This commit is contained in:
parent
6beaa26277
commit
bc0903191d
|
@ -452,7 +452,7 @@ Default value: \fBTrue\fR
|
|||
.TP
|
||||
.B scroll_on_keystroke \fR(boolean)
|
||||
If true, pressing a key jumps the scrollbar to the bottom.
|
||||
Default value: \fBTrue\fR
|
||||
Default value: \fBFalse\fR
|
||||
.TP
|
||||
.B scroll_on_output \fR(boolean)
|
||||
If true, whenever there's new output the terminal will scroll to the bottom.
|
||||
|
|
|
@ -225,7 +225,7 @@ DEFAULTS = {
|
|||
'scrollbar_position' : "right",
|
||||
'scroll_background' : True,
|
||||
'scroll_on_keystroke' : True,
|
||||
'scroll_on_output' : True,
|
||||
'scroll_on_output' : False,
|
||||
'scrollback_lines' : 500,
|
||||
'scrollback_infinite' : False,
|
||||
'exit_action' : 'close',
|
||||
|
|
Loading…
Reference in New Issue