Skip to content
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

Make SetTextColor use aixterm codes for "light" colors #1

Open
janka102 opened this issue Mar 13, 2016 · 1 comment
Open

Make SetTextColor use aixterm codes for "light" colors #1

janka102 opened this issue Mar 13, 2016 · 1 comment

Comments

@janka102
Copy link
Owner

Currently, the colors are set to bold for "light" colors. Change it to use code 90-97 for foreground and 100-107 for background. It would be very easy if you could use printf and a format string.

See http://unix.stackexchange.com/a/93872

@janka102
Copy link
Owner Author

Attempted to fix with 2424890, but you can't push/pop or you will get a compile time error. I guess I'll have to come up with a solution without using printf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant