Correct documentation error in rev 1699
This commit is contained in:
parent
f5050ff57a
commit
d5a0eae9f4
|
@ -452,11 +452,11 @@ Default value: \fBTrue\fR
|
||||||
.TP
|
.TP
|
||||||
.B scroll_on_keystroke \fR(boolean)
|
.B scroll_on_keystroke \fR(boolean)
|
||||||
If true, pressing a key jumps the scrollbar to the bottom.
|
If true, pressing a key jumps the scrollbar to the bottom.
|
||||||
Default value: \fBFalse\fR
|
Default value: \fBTrue\fR
|
||||||
.TP
|
.TP
|
||||||
.B scroll_on_output \fR(boolean)
|
.B scroll_on_output \fR(boolean)
|
||||||
If true, whenever there's new output the terminal will scroll to the bottom.
|
If true, whenever there's new output the terminal will scroll to the bottom.
|
||||||
Default value: \fBTrue\fR
|
Default value: \fBFalse\fR
|
||||||
.TP
|
.TP
|
||||||
.B alternate_screen_scroll \fR(boolean)
|
.B alternate_screen_scroll \fR(boolean)
|
||||||
Whether or not the mouse wheel scrolls alternate screen buffers (man, vim, mutt, etc). This is the default behavior of VTE, however Ubuntu and possbly other distributions feature patched versions of VTE where this functionality is optional. The option only effects the patched versions of VTE, otherwise it is ignored.
|
Whether or not the mouse wheel scrolls alternate screen buffers (man, vim, mutt, etc). This is the default behavior of VTE, however Ubuntu and possbly other distributions feature patched versions of VTE where this functionality is optional. The option only effects the patched versions of VTE, otherwise it is ignored.
|
||||||
|
|
Loading…
Reference in New Issue