aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c
index 08085f75..d1e3e829 100644
--- a/server-client.c
+++ b/server-client.c
@@ -549,7 +549,7 @@ server_client_check_resize(struct window_pane *wp)
* other platforms and ignoring it doesn't seem to cause any
* issues.
*/
- if (errno != EINVAL)
+ if (errno != EINVAL && errno != ENXIO)
#endif
fatal("ioctl failed");
}