aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-05-25 17:07:37 +0000
committerKarl Heuer <[email protected]>1995-05-25 17:07:37 +0000
commit78aa2ba571f6d4ba65f37885d73504b260efaee2 (patch)
tree0c3f96be24e7e407c2731947cfbfa125e6c3d263 /src/xterm.c
parentfeb0c42f14a63ea8239669b2f703635d1f3db5c2 (diff)
(XTread_socket): For MapNotify, call record_asynch_buffer_change.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 8ea2810c78..c95c98ad19 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3532,6 +3532,11 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
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;