KazDragon / terminalpp

A C++ library for interacting with ANSI terminal windows.
MIT License
75 stars 10 forks source link

Screen should be constructed around a terminal #295

Closed KazDragon closed 2 years ago

KazDragon commented 2 years ago

The only purpose for screen is to draw the difference between two canvases onto a terminal. It makes no sense ever for that to be a different terminal so this change would remove that error possibility.