Adds color output support for tmux terminals

This commit is contained in:
Michael Tanner 2015-03-23 10:56:04 +00:00
parent 47ab571f38
commit 66088e4787

View File

@ -253,6 +253,7 @@ static bool TerminalSupportsColor() {
!strcmp(term, "xterm") ||
!strcmp(term, "xterm-color") ||
!strcmp(term, "xterm-256color") ||
!strcmp(term, "screen-256color") ||
!strcmp(term, "screen") ||
!strcmp(term, "linux") ||
!strcmp(term, "cygwin");