Commit 762fb4be authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

display: switch off the cursor early on during startup

So the cursor won't be visible at the end of the status-bar message
while reading in a large file.
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment