tried fixing curses breaking terminal output with no success, use reset after every run

This commit is contained in:
2024-07-18 22:20:43 -04:00
parent a03d444dad
commit 6931edbe57

View File

@ -19,7 +19,6 @@ cursor::cursor() {
cursor::~cursor() {
endwin();
refresh();
}
int cursor::getcmd() const {