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

coloring fix on macos #162

Open
MCWertGaming opened this issue Mar 4, 2022 · 1 comment
Open

coloring fix on macos #162

MCWertGaming opened this issue Mar 4, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MCWertGaming
Copy link
Collaborator

I have dicussed with @certik that mixing styles and colors by doing the ansi codes adter each other (like \033[34m\033[1m) we should combine them like \033[1;34m which should create the same output (bold blue) than the first and longer escape code. Besides that this would tighten the menu class rendering, I'm wondering if it also fixes the color issue on macos.

@certik can you confirm that? I have still no macos device on my hand.

@MCWertGaming
Copy link
Collaborator Author

I came over this combined syntax while trying out golang a bit. Hope it fixes the issue.

@MCWertGaming MCWertGaming added the enhancement New feature or request label Mar 4, 2022
@MCWertGaming MCWertGaming added this to To do in CPP-Terminal via automation Mar 4, 2022
@MCWertGaming MCWertGaming added this to the V1.0.0 milestone May 10, 2022
@MCWertGaming MCWertGaming moved this from To do to V1.0.0 in CPP-Terminal May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: V1.0.0
Development

No branches or pull requests

2 participants