changeset 83058:19323b99ddcc

Back out previous change, it causes infinite recursion. src/xterm.c (XTread_socket): Back out previous change, it causes infinite recursion. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-98
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 25 Feb 2004 03:16:45 +0000
parents 8a5c2390bc7d
children af4a10a1bd55
files src/xterm.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Feb 25 02:57:36 2004 +0000
+++ b/src/xterm.c	Wed Feb 25 03:16:45 2004 +0000
@@ -7209,13 +7209,6 @@
 	{
           int finish;
 
-          if (numchars <= 1)
-            {
-              /* The input buffer is full; read the rest next time. */
-              interrupt_input_pending = 1;
-              break;
-            }
-
 	  XNextEvent (dpyinfo->display, &event);
 
 #ifdef HAVE_X_I18N