fish-shell/share
Fabian Homborg acc2353328 vi_cursor: For TERM = xterm require another condition
We cannot just use TERM = xterm and defined Ss sequence, as some old
vte-based terminals are still in the wild that don't support the
sequence and don't have $VTE_VERSION set.

I have tested this on

- konsole - supported and works ($KONSOLE_PROFILE_NAME)
- new xterm - supported and works ($XTERM_VERSION)
- lxterminal-gtk3 - supported and works ($VTE_VERSION)
- new gnome-terminal - supported and works ($VTE_VERSION)
- lxterminal-gtk2 - not supported and deactivated (no $VTE_VERSION)
- tmux in konsole - works
- tmux in lxterminal-gtk2 - deactivated

and for all supported ones with the respective variable erased, to see
that it is deactivated.

Fixes #3499.
2016-11-18 19:24:29 +01:00
..
completions Add completions for mkvextract (#3492) 2016-11-18 14:39:20 +01:00
functions vi_cursor: For TERM = xterm require another condition 2016-11-18 19:24:29 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools fix webconfig.py lint issues 2016-11-10 16:23:08 -08:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Guard some contains calls in config.fish 2016-09-26 16:49:06 +02:00