adding tmux-256color to list of terms supporting color

This commit is contained in:
Alex Shinn 2020-07-13 10:02:00 +09:00
parent d4944a75d6
commit 5d9a53f6e3

View file

@ -458,7 +458,7 @@
(member (get-environment-variable "TERM")
'("xterm" "xterm-color" "xterm-256color" "rxvt" "kterm"
"linux" "screen" "screen-256color" "vt100"
"rxvt-unicode-256color"))))))
"tmux-256color" "rxvt-unicode-256color"))))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;