From: Chris Allegretta Date: Sun, 1 Jul 2001 04:28:45 +0000 (+0000) Subject: Okay I guess the wnouterefresh()s aren't needed in the SIGCONT handler X-Git-Tag: v1.0.3~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b41efae72d7dcd939b82b7b78c4e230eb68bd4cc;p=nano.git Okay I guess the wnouterefresh()s aren't needed in the SIGCONT handler git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/nano.c b/nano.c index 82f25142..a495a4c0 100644 --- a/nano.c +++ b/nano.c @@ -1619,9 +1619,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(); }