=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-tree.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/tmux/window-tree.c 2017/07/04 22:21:31 1.11 --- src/usr.bin/tmux/window-tree.c 2017/07/07 16:27:26 1.12 *************** *** 1,4 **** ! /* $OpenBSD: window-tree.c,v 1.11 2017/07/04 22:21:31 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-tree.c,v 1.12 2017/07/07 16:27:26 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 512,518 **** else offset = (i * each); if (loop == end - 1) ! width = each - 1 + remaining; else width = each - 1; --- 512,518 ---- else offset = (i * each); if (loop == end - 1) ! width = each + remaining; else width = each - 1; *************** *** 638,644 **** else offset = (i * each); if (loop == end - 1) ! width = each - 1 + remaining; else width = each - 1; --- 638,644 ---- else offset = (i * each); if (loop == end - 1) ! width = each + remaining; else width = each - 1;