Skip to content

Commit

Permalink
refs #27: Update color-supporting term list in gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jan 31, 2016
1 parent 45aa094 commit 1a63447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/gtest/gtest-all.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4378,6 +4378,8 @@ bool ShouldUseColor(bool stdout_is_tty) {
String::CStringEquals(term, "xterm-256color") ||
String::CStringEquals(term, "screen") ||
String::CStringEquals(term, "screen-256color") ||
String::CStringEquals(term, "tmux") ||
String::CStringEquals(term, "tmux-256color") ||
String::CStringEquals(term, "rxvt-unicode") ||
String::CStringEquals(term, "rxvt-unicode-256color") ||
String::CStringEquals(term, "linux") ||
Expand Down

0 comments on commit 1a63447

Please sign in to comment.