tweaks: remove two superfluous calls of wnoutrefresh()

The bottomwin has just been refreshed by update_the_statusbar(),
and it should not be the responsibility of the prompt routines
to keep the edit window up to date, as they don't write anything
there.
master
Benno Schulenberg 2017-05-01 17:11:44 +02:00
parent 1423e57199
commit ac9550d4c2
1 changed files with 0 additions and 4 deletions

View File

@ -459,10 +459,6 @@ functionptrtype acquire_an_answer(int *actual, bool allow_tabs,
update_the_statusbar();
/* Refresh edit window and statusbar before getting input. */
wnoutrefresh(edit);
wnoutrefresh(bottomwin);
while (TRUE) {
/* Ensure the cursor is shown when waiting for input. */
curs_set(1);