From 27991a946059a547f742eb04e9742ce60cbd41d2 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 21 Mar 2020 12:20:15 +0000 Subject: [PATCH] alacritty: removed deprecated option scrolling:auto_scroll Upstream change: https://github.com/alacritty/alacritty/commit/2f1a390aaad188d1cad9fc689620ae90e027cc8a#diff-1ee5c0b1c8641b1e5be6a7e6a9c3ce1a --- .config/alacritty/alacritty.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 00f52dd..ec06eee 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -62,9 +62,6 @@ scrolling: # scrollback is enabled (history > 0). multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. - auto_scroll: false - # Spaces per Tab (changes require restart) # # This setting defines the width of a tab in cells.