=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/layout-custom.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/tmux/layout-custom.c 2019/10/19 12:40:42 1.18 --- src/usr.bin/tmux/layout-custom.c 2019/11/28 09:45:15 1.19 *************** *** 1,4 **** ! /* $OpenBSD: layout-custom.c,v 1.18 2019/10/19 12:40:42 nicm Exp $ */ /* * Copyright (c) 2010 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: layout-custom.c,v 1.19 2019/11/28 09:45:15 nicm Exp $ */ /* * Copyright (c) 2010 Nicholas Marriott *************** *** 221,227 **** return (-1); /* Resize to the layout size. */ ! window_resize(w, lc->sx, lc->sy); /* Destroy the old layout and swap to the new. */ layout_free_cell(w->layout_root); --- 221,227 ---- return (-1); /* Resize to the layout size. */ ! window_resize(w, lc->sx, lc->sy, -1, -1); /* Destroy the old layout and swap to the new. */ layout_free_cell(w->layout_root);