- 
                Notifications
    
You must be signed in to change notification settings  - Fork 63
 
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently the render method always prints the whole Window from scratch.
Instead, we should add an optional argument Window &old_window which would represent the current state of the screen and render would do an efficient diff against it and only update things that changed (characters and colors).
This should be done after #69 is fixed, as that issue will extend how colors are represented in Window.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
To do