1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-23 22:28:47 +00:00

Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam 2022-01-06 10:01:12 +00:00
commit 28b6237c62

View File

@ -178,7 +178,7 @@ clients_calculate_size(int type, int current, struct client *c,
cw = NULL;
/* Work out this client's size. */
if (cw != NULL) {
if (cw != NULL && cw->sx != 0 && cw->sy != 0) {
cx = cw->sx;
cy = cw->sy;
} else {