1
1

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
Этот коммит содержится в:
Chris Allegretta 2001-07-01 04:28:45 +00:00
родитель 33db9bf473
Коммит df20e83412

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