commit 64433d910a4bd70e75142009c82dbdf506bebff4 parent f8f7f32679e181a64a94bb4cd7fb494ff75755ac Author: Lukas Joswiak <lukas@lukasjoswiak.com> Date: Tue, 26 Nov 2019 18:37:07 -0800 Remove deprecated option Diffstat:
| M | alacritty.yml | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/alacritty.yml b/alacritty.yml @@ -77,15 +77,6 @@ scrolling: # scrollback is enabled (history > 0). multiplier: 3 - # Faux Scrolling - # - # The `faux_multiplier` setting controls the number of lines the terminal - # should scroll when the alternate screen buffer is active. This is used - # to allow mouse scrolling for applications like `man`. - # - # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. auto_scroll: false