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.
master
Benno Schulenberg 2017-10-04 21:34:44 +02:00
parent a2b4f00a27
commit 762fb4bec5
1 changed files with 1 additions and 0 deletions

View File

@ -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;