From b41efae72d7dcd939b82b7b78c4e230eb68bd4cc Mon Sep 17 00:00:00 2001 From: Chris Allegretta 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/branches/nano_1_0_branch/nano@706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- nano.c | 3 --- 1 file changed, 3 deletions(-) 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(); } -- 2.39.5