From d4a7dbb88f2554fa7d7f476c952e029d61bd1b30 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Mon, 24 Apr 2023 08:03:15 -0500 Subject: [PATCH] Routine changes --- editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor.c b/editor.c index 93f5ac0..ee6891f 100644 --- a/editor.c +++ b/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);