Differences to OpenBSD.

This commit is contained in:
Nicholas Marriott
2017-05-31 16:34:39 +01:00
parent 113356c848
commit 35008200bd
5 changed files with 2 additions and 4 deletions

View File

@ -1105,6 +1105,7 @@ server_client_resize_event(__unused int fd, __unused short events, void *data)
if (errno != EINVAL && errno != ENXIO)
#endif
fatal("ioctl failed");
log_debug("%s: %%%u resize to %u,%u", __func__, wp->id, wp->sx, wp->sy);
wp->flags &= ~PANE_RESIZE;