mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Disable reflow handling for WezTerm too
Seems to work fine
This commit is contained in:
parent
4d2f7b0c0d
commit
2cf22596e7
1 changed files with 2 additions and 2 deletions
|
@ -244,10 +244,10 @@ end" >$__fish_config_dir/config.fish
|
|||
# VTE reflows the text itself, so us doing it inevitably races against it.
|
||||
# Guidance from the VTE developers is to let them repaint.
|
||||
if set -q VTE_VERSION
|
||||
# Same for alacritty
|
||||
# Same for these terminals
|
||||
or string match -q -- 'alacritty*' $TERM
|
||||
# Same for kitty
|
||||
or string match -q -- '*kitty' $TERM
|
||||
or test "$TERM_PROGRAM" = WezTerm
|
||||
set -g fish_handle_reflow 0
|
||||
else if set -q KONSOLE_VERSION
|
||||
and test "$KONSOLE_VERSION" -ge 210400 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue