googletest icon indicating copy to clipboard operation
googletest copied to clipboard

Default to color output for ghostty

Open chromy opened this issue 9 months ago • 1 comments

ghostty is a new terminal, see:

  • https://ghostty.org/docs/about
  • https://github.com/ghostty-org/ghostty

I did a similar change to the one for alacritty manually listing the string: https://github.com/google/googletest/pull/4490

Although possibly at some point it would become better to do TERM != "xterm-mono" && TERM.startswith("xterm-") or similar rather than manually listing all the terminals.

chromy avatar Jan 10 '25 15:01 chromy