mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Clear terminal on resize. (#99)
This commit is contained in:
@@ -63,7 +63,7 @@ class Screen {
|
||||
int dimy() { return dimy_; }
|
||||
|
||||
// Move the terminal cursor n-lines up with n = dimy().
|
||||
std::string ResetPosition();
|
||||
std::string ResetPosition(bool clear = false);
|
||||
|
||||
// Fill with space.
|
||||
void Clear();
|
||||
|
Reference in New Issue
Block a user