mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 19:18:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
1b96902d73
@ -210,7 +210,7 @@ layout_parse(struct window *w, const char *layout)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (lc->sx != sx || lc->sy != sy) {
|
if (lc->type != LAYOUT_WINDOWPANE && (lc->sx != sx || lc->sy != sy)) {
|
||||||
log_debug("fix layout %u,%u to %u,%u", lc->sx, lc->sy, sx,sy);
|
log_debug("fix layout %u,%u to %u,%u", lc->sx, lc->sy, sx,sy);
|
||||||
layout_print_cell(lc, __func__, 0);
|
layout_print_cell(lc, __func__, 0);
|
||||||
lc->sx = sx - 1; lc->sy = sy - 1;
|
lc->sx = sx - 1; lc->sy = sy - 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user