mirror of git://git.sv.gnu.org/nano.git
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.
This commit is contained in:
parent
a2b4f00a27
commit
762fb4bec5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue