Add xterm-kitty to list of supported $TERM values
This commit is contained in:
parent
aaa8acf5a2
commit
eac02b26d3
@ -1,6 +1,7 @@
|
|||||||
if !platform#is_windows() &&
|
if !platform#is_windows() &&
|
||||||
\ !has("gui_running") &&
|
\ !has("gui_running") &&
|
||||||
\ $TERM != 'xterm-256color' &&
|
\ $TERM != 'xterm-256color' &&
|
||||||
|
\ $TERM != 'xterm-kitty' &&
|
||||||
\ $TERM != 'screen-256color' &&
|
\ $TERM != 'screen-256color' &&
|
||||||
\ $TERM != 'tmux-256color'
|
\ $TERM != 'tmux-256color'
|
||||||
echo "This terminal does not report 256 color support but probaly supports it"
|
echo "This terminal does not report 256 color support but probaly supports it"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user