From ae5521f51668a7e9aee5241c1b0f0559c248eed5 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 14 Dec 2019 22:12:30 +0000 Subject: [PATCH] alacritty: removed deprecated option scrolling:faux_multiplier Removed in https://github.com/jwilm/alacritty/commit/49380bffd24203f139dc32c7bdc9958e64d9dd4d --- .config/alacritty/alacritty.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f6a9335..e395fd2 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -62,15 +62,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