input: keep the cursor in edit window after message, also on NetBSD

This fixes https://savannah.gnu.org/bugs/?54632.
master
Benno Schulenberg 2018-09-12 15:18:50 +02:00
parent 6840205e84
commit b84d7bf7a5
1 changed files with 1 additions and 0 deletions

View File

@ -1319,6 +1319,7 @@ int parse_escape_sequence(WINDOW *win, int kbinput)
lastmessage = HUSH;
if (currmenu == MMAIN) {
place_the_cursor();
wnoutrefresh(edit); /* Needed for correct placement on NetBSD. */
curs_set(1);
}
}