-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove terminal_framebuffer optimization
Now that an ImGui window can draw arbitrary pixels on top of a normal “curses” window, the terminal_framebuffer is no longer adequate for keeping track of which characters in a “curses” window can be skipped. We just have to clear and redraw the whole window. This patch removes the terminal_framebuffer, the oversized_framebuffer, and several other cached values. Gone as well is the complexity of initializing, reinitializing, and invalidating these caches.
- Loading branch information
1 parent
a0e1e55
commit f37380e
Showing
5 changed files
with
5 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters