tried fixing curses breaking terminal output with no success, use reset after every run
This commit is contained in:
@ -19,7 +19,6 @@ cursor::cursor() {
|
||||
|
||||
cursor::~cursor() {
|
||||
endwin();
|
||||
refresh();
|
||||
}
|
||||
|
||||
int cursor::getcmd() const {
|
||||
|
Reference in New Issue
Block a user