-
Notifications
You must be signed in to change notification settings - Fork 17
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
colour whole screen with background instead of just the text #32
Comments
Unfortunately, |
oh yeah, there's not really any good way to do that without using an external library to redraw everything |
Bad choice of words: I meant it doesn't redraw the existing colours after the |
oh, i see. oh well!! |
i guess i should close this then? |
I think this is a bug in |
if xterm supports it that's good enough for me |
wait, maybe it's because i originally used |
I already tried both. |
oh ok. well at least it works on xterm |
i figured out a way to do it reliably using the "Erase in Line" control code but i've currently only implemented it as a standalone C program in my fork
need help on how to implement it as an option in the C++ version
i think maybe #31 should be merged first and renamed from "background" to "highlighting", or maybe just completely dropped if implementing both in 1 program gets too complicated
The text was updated successfully, but these errors were encountered: