mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +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
|
or set -q ITERM_PROFILE
|
||||||
set function __fish_cursor_konsole
|
set function __fish_cursor_konsole
|
||||||
set uses_echo 1
|
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 function __fish_cursor_xterm
|
||||||
set uses_echo 1
|
set uses_echo 1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue