nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit df20e834122b6f8443aeb05907b39826d892c086
parent 33db9bf47371cf5126759668a195a623a11e69ea
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sun,  1 Jul 2001 04:28:45 +0000

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

Diffstat:
Mnano.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

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