-
Notifications
You must be signed in to change notification settings - Fork 19
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
Terminal is significantly scaled down on MacOS #3
Comments
My guess is that there's a mismatch between the window size in "points" and "pixels", and bearlibterminal is using one when it needs to use the other. I don't know how to fix it though. |
I've been messing around with it, and you're right. It's an issue with glut too for the same reason |
Has someone managed to workaround this or find the root cause? |
It's most likely because of MacOS' retina HiDPI screens, they're scaled up and have more pixels than a standard screen |
Yeah, sounds likely. I'm guessing we're waiting for this then: #9 |
The code
As taken from here will compile and run just fine, but the text is significantly scaled to 25% of the display
This happens with all BearLibTerminal terminals, for example, the SampleOmni program looks like this
And the mouse program looks like this (Mouse is in top right corner of screen)
The text was updated successfully, but these errors were encountered: