Index: src/winio.c =================================================================== --- src/winio.c (revision 5538) +++ src/winio.c (working copy) @@ -1716,7 +1716,6 @@ blank_statusbar(); wnoutrefresh(bottomwin); reset_cursor(); - wnoutrefresh(edit); } } } @@ -2090,7 +2089,6 @@ wnoutrefresh(topwin); reset_cursor(); - wnoutrefresh(edit); } /* Mark the current file as modified if it isn't already, and then @@ -2164,11 +2162,10 @@ waddstr(bottomwin, " ]"); wattroff(bottomwin, A_BOLD); wattroff(bottomwin, interface_color_pair[STATUS_BAR].pairnum); + wnoutrefresh(bottomwin); + /* Leave the cursor in the edit window, not in the statusbar. */ reset_cursor(); - wnoutrefresh(edit); - /* Leave the cursor at its position in the edit window, not in - * the statusbar. */ disable_cursorpos = TRUE; @@ -2249,7 +2246,6 @@ wnoutrefresh(bottomwin); reset_cursor(); - wnoutrefresh(edit); } /* Write a shortcut key to the help area at the bottom of the window.