Routine changes

This commit is contained in:
2023-04-24 08:03:15 -05:00
parent 315245dd54
commit d4a7dbb88f

View File

@@ -197,7 +197,6 @@ void init_curses() {
keypad(stdscr,TRUE);
keypad(mainwin,TRUE);
raw();
// scrollok(stdscr,TRUE);
}
void end_ncurses() {
@@ -255,6 +254,8 @@ int main(int argc, char** argv) {
fprintf(logfile,"Read newline\n");
break;
}
}
wmove(mainwin,y,x);