aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-25 17:07:37 +0000
committerKarl Heuer1995-05-25 17:07:37 +0000
commit78aa2ba571f6d4ba65f37885d73504b260efaee2 (patch)
tree0c3f96be24e7e407c2731947cfbfa125e6c3d263 /src
parentfeb0c42f14a63ea8239669b2f703635d1f3db5c2 (diff)
downloademacs-78aa2ba571f6d4ba65f37885d73504b260efaee2.tar.gz
emacs-78aa2ba571f6d4ba65f37885d73504b260efaee2.zip
(XTread_socket): For MapNotify, call record_asynch_buffer_change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 8ea2810c78c..c95c98ad195 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3532,6 +3532,11 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
3532 count++; 3532 count++;
3533 numchars--; 3533 numchars--;
3534 } 3534 }
3535 else
3536 /* Force a redisplay sooner or later
3537 to update the frame titles
3538 in case this is the second frame. */
3539 record_asynch_buffer_change ();
3535 } 3540 }
3536#ifdef USE_X_TOOLKIT 3541#ifdef USE_X_TOOLKIT
3537 goto OTHER; 3542 goto OTHER;