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() {
|
cursor::~cursor() {
|
||||||
endwin();
|
endwin();
|
||||||
refresh();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int cursor::getcmd() const {
|
int cursor::getcmd() const {
|
||||||
|
Reference in New Issue
Block a user