changeset 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 d7c32bcc6cc5
children e649db64abe0
files src/xterm.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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;