KazDragon / terminalpp

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

Changing the screen size may leave a false attribute trail #264

Closed KazDragon closed 3 years ago

KazDragon commented 3 years ago

On certain terminals, clearing the screen leaves the background colour of the entire screen equal to the background of the currently-set background colour attribute. However, the screen class, when it erases the screen, expects all cells to have been changed to empty cells with the default background colour.