-
Notifications
You must be signed in to change notification settings - Fork 434
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
support video ram buffer. #3403
base: master-MC1.12
Are you sure you want to change the base?
Conversation
What does this do? |
From reading the code, this appears to extend the It might be better to implement the feature this adds in the shell though, that way any program that takes over the whole screen can be restored from rather than just this one. However, doing that would prevent any other program from using the vram API on a T1 GPU without patching the shell or providing an escape hatch, and it would require additional complexity in the code to figure out whether a terminal restore is needed. This implementation is simpler and would work fine if the bug I mentioned earlier is fixed. |
what? |
Ah, so it's a single-purpose version of the Full Screen Buffer feature terminals like Konsole have. This would probably be better facilitated as an addition to the VT100 emulator or the |
No description provided.