Skip to content

Commit

Permalink
Merge pull request #304 from Nazg-Gul/terminfo-konsole
Browse files Browse the repository at this point in the history
konsole family of terminfo supports colored output
  • Loading branch information
shinh committed Mar 20, 2018
2 parents 43dafc5 + e35bb11 commit 1fe7e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ static bool TerminalSupportsColor() {
!strcmp(term, "xterm-color") ||
!strcmp(term, "xterm-256color") ||
!strcmp(term, "screen-256color") ||
!strcmp(term, "konsole") ||
!strcmp(term, "konsole-16color") ||
!strcmp(term, "konsole-256color") ||
!strcmp(term, "screen") ||
!strcmp(term, "linux") ||
!strcmp(term, "cygwin");
Expand Down

0 comments on commit 1fe7e94

Please sign in to comment.