=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- src/usr.bin/tmux/options-table.c 2015/02/06 15:09:34 1.53 +++ src/usr.bin/tmux/options-table.c 2015/04/19 21:05:27 1.54 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.53 2015/02/06 15:09:34 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.54 2015/04/19 21:05:27 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -666,6 +666,16 @@ { .name = "utf8", .type = OPTIONS_TABLE_FLAG, .default_num = 0 /* overridden in main() */ + }, + + { .name = "window-active-style", + .type = OPTIONS_TABLE_STYLE, + .default_str = "default" + }, + + { .name = "window-style", + .type = OPTIONS_TABLE_STYLE, + .default_str = "default" }, { .name = "window-status-activity-attr",