Commit 852970d8 authored by Fumitoshi Ukai's avatar Fumitoshi Ukai

Merge pull request #6 from darkwind-mt/master

Adds color output support for tmux terminals
parents 47ab571f 66088e47
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment