From df20e834122b6f8443aeb05907b39826d892c086 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Sun, 1 Jul 2001 04:28:45 +0000
Subject: [PATCH] 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
---
 nano.c | 3 ---
 1 file changed, 3 deletions(-)

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();
 }
 
-- 
GitLab