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
Этот коммит содержится в:
родитель
33db9bf473
Коммит
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
|
||||
SIGTSTP handler */
|
||||
|
||||
wnoutrefresh(edit);
|
||||
wnoutrefresh(bottomwin);
|
||||
wnoutrefresh(topwin);
|
||||
doupdate();
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user