diff src/xterm.c @ 11921:6ecaa3fac4e4

(XTread_socket): For MapNotify, call record_asynch_buffer_change.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 May 1995 17:07:37 +0000
parents e2ab839155e1
children d349456b4b1c
line wrap: on
line diff
--- a/src/xterm.c	Thu May 25 17:06:56 1995 +0000
+++ b/src/xterm.c	Thu May 25 17:07:37 1995 +0000
@@ -3532,6 +3532,11 @@
 		      count++;
 		      numchars--;
 		    }
+		  else
+		    /* Force a redisplay sooner or later
+		       to update the frame titles
+		       in case this is the second frame.  */
+		    record_asynch_buffer_change ();
 		}
 #ifdef USE_X_TOOLKIT
 	      goto OTHER;