Routine changes
This commit is contained in:
3
editor.c
3
editor.c
@@ -197,7 +197,6 @@ void init_curses() {
|
|||||||
keypad(stdscr,TRUE);
|
keypad(stdscr,TRUE);
|
||||||
keypad(mainwin,TRUE);
|
keypad(mainwin,TRUE);
|
||||||
raw();
|
raw();
|
||||||
// scrollok(stdscr,TRUE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void end_ncurses() {
|
void end_ncurses() {
|
||||||
@@ -255,6 +254,8 @@ int main(int argc, char** argv) {
|
|||||||
fprintf(logfile,"Read newline\n");
|
fprintf(logfile,"Read newline\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wmove(mainwin,y,x);
|
wmove(mainwin,y,x);
|
||||||
|
Reference in New Issue
Block a user