=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/style.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/tmux/style.c 2019/07/01 06:56:00 1.22 +++ src/usr.bin/tmux/style.c 2019/07/06 20:37:29 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: style.c,v 1.22 2019/07/01 06:56:00 nicm Exp $ */ +/* $OpenBSD: style.c,v 1.23 2019/07/06 20:37:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -30,7 +30,7 @@ /* Default style. */ static struct style style_default = { - { 0, 0, 8, 8, 0, { { ' ' }, 0, 1, 1 } }, + { { { ' ' }, 0, 1, 1 }, 0, 0, 8, 8, 0 }, 8, STYLE_ALIGN_DEFAULT,