aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;