This call to wnoutrefresh is not useful. It's based on the
misunderstanding that wnoutrefresh somehow prevents display, whereas
actually what it does is copy from one curses buffer to another.
I'm working on a larger patch to clean up this area, but this
particular call can be removed immediately without consequence.
Approved-By: Andrew Burgess <aburgess@redhat.com>
handle.reset (newwin (height, width, y, x));
if (handle != NULL)
{
- if (suppress_output)
- wnoutrefresh (handle.get ());
scrollok (handle.get (), TRUE);
if (can_box ())
box_win (this, false);