=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/screen-write.c,v retrieving revision 1.180 retrieving revision 1.181 diff -u -r1.180 -r1.181 --- src/usr.bin/tmux/screen-write.c 2020/05/16 16:22:01 1.180 +++ src/usr.bin/tmux/screen-write.c 2020/05/25 18:55:36 1.181 @@ -1,4 +1,4 @@ -/* $OpenBSD: screen-write.c,v 1.180 2020/05/16 16:22:01 nicm Exp $ */ +/* $OpenBSD: screen-write.c,v 1.181 2020/05/25 18:55:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -39,7 +39,7 @@ const struct utf8_data *, u_int *); static const struct grid_cell screen_write_pad_cell = { - { { 0 }, 0, 0, 0 }, 0, GRID_FLAG_PADDING, 0, 8, 8 + { { 0 }, 0, 0, 0 }, 0, GRID_FLAG_PADDING, 8, 8, 0 }; struct screen_write_collect_item {