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.1.0~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=df20e834122b6f8443aeb05907b39826d892c086;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/trunk/nano@706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/nano.c b/nano.c index a95a6ac4..2f945686 100644 --- a/nano.c +++ b/nano.c @@ -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(); }