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

Are you accepting bug reports? #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

colinta
Copy link

@colinta colinta commented Jul 29, 2019

I've converted to Termbox2 from Termbox hoping to gain mouse support, but having issues with the character drawing. Using WITH_TRUECOLOR, whenever I draw in one region, and then switch back to "plain" text, I end up with black on black text.

Also, I noticed bold and default are the same value:

#define TB_BOLD         0x01000000 // = 16777216
#define TB_DEFAULT       16777216 // 0xFFFFFF + 1

Sound like something you want to look into? This is Swift code, if you're on a mac it'll be easy, maybe even on linux, I haven't tried it...

@tomas
Copy link
Owner

tomas commented Jul 29, 2019

Sure, feel free to submit a pull request. Can you share an example (in C) in order to reproduce the issue?

@colinta
Copy link
Author

colinta commented Jul 29, 2019 via email

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

Successfully merging this pull request may close these issues.

2 participants