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.
Этот коммит содержится в:
родитель
a2b4f00a27
Коммит
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;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user