]> code.delx.au - gnu-emacs/commitdiff
(x_term_init): Call init_sigio only if interrupt_input.
authorKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 19:41:18 +0000 (19:41 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 19:41:18 +0000 (19:41 +0000)
src/xterm.c

index 372f0fe5f304df28a56ef0675c752090be2c938d..14d77c1adc2c73d7007c8c0b4a48efb4329da258 100644 (file)
@@ -5813,7 +5813,8 @@ x_term_init (display_name, xrm_option, resource_name)
 #endif /* F_SETOWN_BUG */
 
 #ifdef SIGIO
-  init_sigio (connection);
+  if (interrupt_input)
+    init_sigio (connection);
 #endif /* ! defined (SIGIO) */
 
   return dpyinfo;