Remove deprecated faux scroll variable from alacritty
This commit is contained in:
parent
47b4774505
commit
e6afab4a3b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ scrolling:
|
||||||
# to allow mouse scrolling for applications like `man`.
|
# to allow mouse scrolling for applications like `man`.
|
||||||
#
|
#
|
||||||
# Specifying `0` will disable faux scrolling.
|
# Specifying `0` will disable faux scrolling.
|
||||||
faux_multiplier: 3
|
# faux_multiplier: 3
|
||||||
|
|
||||||
# Scroll to the bottom when new text is written to the terminal.
|
# Scroll to the bottom when new text is written to the terminal.
|
||||||
auto_scroll: false
|
auto_scroll: false
|
||||||
|
|
Loading…
Reference in a new issue