-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tty: add color support for iterm2 #27723
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dlionz thanks for your contribution! This does not seem to be correct though. The terminal supports "TRUECOLOR", so 16 million colors, not only 256. Are you also certain that process.env.TERM
is set to 'iterm2'
? And are there any other terminal related environment variables set?
@dlionz I removed the test output from your description above. |
@BridgeAR Ah I see, sorry I geuss I didnt understand before.
thanks again |
don't forget about |
We already have a check for |
@BridgeAR I see on the process.env object this property
|
taking a deeper look, iterm reports |
Closing this pr as I didn't realize my update was already implemented. Thank you for your time |
Added iterm2 to the tty.js file for terminal color support #27609
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes