]> git.wh0rd.org Git - nano.git/commitdiff
Okay I guess the wnouterefresh()s aren't needed in the SIGCONT handler
authorChris Allegretta <chrisa@asty.org>
Sun, 1 Jul 2001 04:28:45 +0000 (04:28 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 1 Jul 2001 04:28:45 +0000 (04:28 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.c

diff --git a/nano.c b/nano.c
index 82f251423310be2ccc9486c7465e3eabd003def5..a495a4c07e692c574b910f0b847ce14f1fe7e324 100644 (file)
--- 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();
 }