Mercurial > hg > xemacs-beta
diff src/device-tty.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/device-tty.c Mon Aug 13 10:10:03 2007 +0200 +++ b/src/device-tty.c Mon Aug 13 10:10:54 2007 +0200 @@ -121,7 +121,9 @@ { int old_errno = errno; asynch_device_change_pending++; +#ifdef HAVE_UNIXOID_EVENT_LOOP signal_fake_event (); +#endif EMACS_REESTABLISH_SIGNAL (SIGWINCH, tty_device_size_change_signal); errno = old_errno; SIGRETURN;