]> 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/trunk/nano@706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.c

diff --git a/nano.c b/nano.c
index a95a6ac44a11e5ba356d679d8b6bb988510e6116..2f945686f60e2987e36a6093ad41a0e27bdea55f 100644 (file)
--- 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();
 }