summaryrefslogtreecommitdiff
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)
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;