Commit df20e834 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Okay I guess the wnouterefresh()s aren't needed in the SIGCONT handler

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 3 deletions
+0 -3
......@@ -1656,9 +1656,6 @@ RETSIGTYPE do_cont(int signal)
/* Now we just update the screen instead of having to reenable the
SIGTSTP handler */
wnoutrefresh(edit);
wnoutrefresh(bottomwin);
wnoutrefresh(topwin);
doupdate();
}
......
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