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-d3aeb78583b8master
parent
33db9bf473
commit
df20e83412
3
nano.c
3
nano.c
|
@ -1656,9 +1656,6 @@ RETSIGTYPE do_cont(int signal)
|
||||||
/* Now we just update the screen instead of having to reenable the
|
/* Now we just update the screen instead of having to reenable the
|
||||||
SIGTSTP handler */
|
SIGTSTP handler */
|
||||||
|
|
||||||
wnoutrefresh(edit);
|
|
||||||
wnoutrefresh(bottomwin);
|
|
||||||
wnoutrefresh(topwin);
|
|
||||||
doupdate();
|
doupdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue