=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/style.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/tmux/style.c 2019/05/12 18:16:33 1.20 +++ src/usr.bin/tmux/style.c 2019/06/27 15:17:41 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: style.c,v 1.20 2019/05/12 18:16:33 nicm Exp $ */ +/* $OpenBSD: style.c,v 1.21 2019/06/27 15:17:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -30,7 +30,7 @@ /* Default style. */ static struct style style_default = { - { 0, 0, 8, 8, { { ' ' }, 0, 1, 1 } }, + { 0, 0, 8, 8, 0, { { ' ' }, 0, 1, 1 } }, STYLE_ALIGN_DEFAULT, STYLE_LIST_OFF,