linter: refresh the edit window in order to actually place the cursor
This fixes https://savannah.gnu.org/bugs/?48283.master
parent
9106cc8ecc
commit
79e3eaf73c
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue