Fix cursor not on after resize

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@510 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-01-29 23:40:43 +00:00
parent 08020889d3
commit 4e90c40e72
1 changed files with 3 additions and 0 deletions

3
nano.c
View File

@ -1616,6 +1616,9 @@ void handle_sigwinch(int s)
blank_statusbar();
total_refresh();
/* Turn cursor back on for sure */
curs_set(1);
/* Jump back to mainloop */
siglongjmp(jmpbuf, 1);