aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c4affa4a883..9e1cabe8c3c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11205,6 +11205,7 @@ x_connection_closed (display, error_message)
11205 TOTALLY_UNBLOCK_INPUT; 11205 TOTALLY_UNBLOCK_INPUT;
11206 11206
11207 clear_waiting_for_input (); 11207 clear_waiting_for_input ();
11208 handling_signal = 0;
11208 error ("%s", error_message); 11209 error ("%s", error_message);
11209} 11210}
11210 11211