mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
parent
7fd3079bb6
commit
91a311c156
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
|
|||
or set -q ITERM_PROFILE
|
||||
set function __fish_cursor_konsole
|
||||
set uses_echo 1
|
||||
else if string match -q "xterm*" -- $TERM
|
||||
else if string match -q "xterm*" -- $TERM; or test "$VTE_VERSION" -gt 1910
|
||||
set function __fish_cursor_xterm
|
||||
set uses_echo 1
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue