mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 16:22:45 +08:00
parent
7fd3079bb6
commit
91a311c156
|
@ -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 New Issue
Block a user