Routine changes
This commit is contained in:
3
editor.c
3
editor.c
@@ -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);
|
||||
|
Reference in New Issue
Block a user