-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Feature request: NO_COLOR standard implementation #629
Comments
Thank you for the feature request. I see no problem with implementing this. Hopefully I can get it done within the next week or so. |
Started development with draft PR #632 |
Sorry for the wait. This feature is now available in https://github.com/Xithrius/twitch-tui/releases/tag/v2.6.14. Please let me know if I've missed anything. Thanks! |
Besides the winapi error, looks like there's a problem with the config. Could you send it, excluding the token? Thanks. |
No problem:
|
Looks like the first section here is missing, which is what the error is coming from. https://github.com/Xithrius/twitch-tui/blob/main/default-config.toml#L1-L13 |
Yes, it's there, but as the token is excluded and the other two items in there are the username, server and channel, I just didn't include that section; however I should have mention that. |
What windows version are you on? I think I might know of a solution, it just seems like underlining text isn't supported(?), possible way to fix is just not having underlines anywhere in the code. I'll be able to test this later. |
I'm on Windows 7 SP1 x64. |
I'm seeing issues with the same problem that you're describing. I'll see if I can get a fix going soonish. |
Could you create a new issue for this? |
Done. |
Hi, it would be great implement the NO_COLOR standard on twitch-tui since there's many CLI already with it (jaq, miller, crop, upx, python, xq, etc..,) and save the users from use "color=never", "--monochrome-color" or whatever.
Cheers
The text was updated successfully, but these errors were encountered: