diff --git a/src/nano.c b/src/nano.c index 9c53b729..412b17ee 100644 --- a/src/nano.c +++ b/src/nano.c @@ -2489,6 +2489,7 @@ int main(int argc, char **argv) /* Create the three subwindows, based on the current screen dimensions. */ window_init(); + curs_set(0); editwincols = COLS;