input: keep the cursor in edit window after message, also on NetBSD
This fixes https://savannah.gnu.org/bugs/?54632.master
parent
6840205e84
commit
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue