Index: nano/src/nano.c =================================================================== RCS file: /cvsroot/nano/nano/src/nano.c,v retrieving revision 1.6 diff -u -r1.6 nano.c --- nano/src/nano.c 22 Sep 2003 15:46:21 -0000 1.6 +++ nano/src/nano.c 23 Sep 2003 22:28:33 -0000 @@ -2869,11 +2869,6 @@ /* The Hurd seems to need this, otherwise a ^Y after a ^Z will start suspending again. */ signal_init(); - -#ifndef NANO_SMALL - /* Perhaps the user resized the window while we slept. */ - handle_sigwinch(0); -#endif } #ifndef NANO_SMALL