diff src/console.c @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents cca96a509cfe
children 43dd3413c7c7
line wrap: on
line diff
--- a/src/console.c	Mon Aug 13 09:36:20 2007 +0200
+++ b/src/console.c	Mon Aug 13 09:37:19 2007 +0200
@@ -973,6 +973,12 @@
 	  }
       }
     init_one_console(c);
+#ifdef SIGWINCH
+    /* The same as in Fsuspend_emacs: it is possible that a size
+       change occurred while we were suspended.  Assume one did just
+       to be safe.  It won't hurt anything if one didn't. */
+    asynch_device_change_pending++;
+#endif
   }
 
   UNGCPRO;