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
master
Chris Allegretta 2001-07-01 04:28:45 +00:00
parent 33db9bf473
commit df20e83412
1 changed files with 0 additions and 3 deletions

3
nano.c
View File

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