Add xterm-kitty to list of supported $TERM values

This commit is contained in:
Kenneth Benzie 2021-01-25 21:37:09 +00:00
parent aaa8acf5a2
commit eac02b26d3

View File

@ -1,6 +1,7 @@
if !platform#is_windows() &&
\ !has("gui_running") &&
\ $TERM != 'xterm-256color' &&
\ $TERM != 'xterm-kitty' &&
\ $TERM != 'screen-256color' &&
\ $TERM != 'tmux-256color'
echo "This terminal does not report 256 color support but probaly supports it"