| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I added a very basic test that confirms a backtick subprocess does not default to using color. I'm not sure how to guarantee a test for a real TTY will trigger color... probably needs some pty magic I don't know. We'll go with the simple negative test for now. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This uses the new isTerminal method when running on JDK 22+ due to that version now always returning a non-null Console from System.console().
I may modify the handling of these color-configuring properties such that "true" means "use color if we are outputting to a terminal", defaulting to true.
Fixes #8934.