linter: refresh the edit window in order to actually place the cursor

This fixes https://savannah.gnu.org/bugs/?48283.
master
Benno Schulenberg 2016-06-21 16:10:16 +02:00
parent 9106cc8ecc
commit 79e3eaf73c
1 changed files with 2 additions and 1 deletions

View File

@ -3419,8 +3419,9 @@ void do_linter(void)
bottombars(MLINTER); bottombars(MLINTER);
} }
/* Show the cursor to indicate the affected line. */ /* Place and show the cursor to indicate the affected line. */
reset_cursor(); reset_cursor();
wnoutrefresh(edit);
curs_set(1); curs_set(1);
kbinput = get_kbinput(bottomwin); kbinput = get_kbinput(bottomwin);