diff --git a/src/nano.c b/src/nano.c
index 9c53b7294fe4518eb08dc9e90815282e01cedecb..412b17ee17cc85824c4b2d0a53ae8e7186b5ed90 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;