Commit ac9550d4 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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.
parent 1423e571
Showing with 0 additions and 4 deletions
+0 -4
...@@ -459,10 +459,6 @@ functionptrtype acquire_an_answer(int *actual, bool allow_tabs, ...@@ -459,10 +459,6 @@ functionptrtype acquire_an_answer(int *actual, bool allow_tabs,
update_the_statusbar(); update_the_statusbar();
/* Refresh edit window and statusbar before getting input. */
wnoutrefresh(edit);
wnoutrefresh(bottomwin);
while (TRUE) { while (TRUE) {
/* Ensure the cursor is shown when waiting for input. */ /* Ensure the cursor is shown when waiting for input. */
curs_set(1); curs_set(1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment