input: keep the cursor in edit window after message, also on NetBSD
This fixes https://savannah.gnu.org/bugs/?54632.
Этот коммит содержится в:
родитель
6840205e84
Коммит
b84d7bf7a5
@ -1319,6 +1319,7 @@ int parse_escape_sequence(WINDOW *win, int kbinput)
|
|||||||
lastmessage = HUSH;
|
lastmessage = HUSH;
|
||||||
if (currmenu == MMAIN) {
|
if (currmenu == MMAIN) {
|
||||||
place_the_cursor();
|
place_the_cursor();
|
||||||
|
wnoutrefresh(edit); /* Needed for correct placement on NetBSD. */
|
||||||
curs_set(1);
|
curs_set(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user