Adds color output support for tmux terminals
This commit is contained in:
parent
47ab571f38
commit
66088e4787
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user