mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Also disable winch handling in alacritty
It also reflows. We might want to think about doing something more extensible here, as konsole is also about to add reflow, but for now the main problem children here are VTE and alacritty. Extends #7491.
This commit is contained in:
@@ -247,6 +247,10 @@ function __fish_config_interactive -d "Initializations that should be performed
|
||||
if set -q VTE_VERSION
|
||||
return
|
||||
end
|
||||
# Same for alacritty
|
||||
if string match -q -- 'alacritty*' $TERM
|
||||
return
|
||||
end
|
||||
commandline -f repaint >/dev/null 2>/dev/null
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user