8000 fix(alacritty): Remove scrolling.faux_multiplier · musq/dotfiles@515711b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 515711b

Browse files
committed
fix(alacritty): Remove scrolling.faux_multiplier
https://github.com/alacritty/alacritty/releases/tag/v0.4.0
1 parent 63e2a90 commit 515711b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/config/alacritty/alacritty.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ scrolling:
5151
# scrollback is enabled (history > 0).
5252
multiplier: 3
5353

54-
# Faux Scrolling
55-
#
56-
# The `faux_multiplier` setting controls the number of lines the terminal
57-
# should scroll when the alternate screen buffer is active. This is used
58-
# to allow mouse scrolling for applications like `man`.
59-
#
60-
# Specifying `0` will disable faux scrolling.
61-
faux_multiplier: 3
62-
6354
# Scroll to the bottom when new text is written to the terminal.
6455
auto_scroll: true
6556

0 commit comments

Comments
 (0)
0