=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/usr.bin/tmux/options-table.c 2015/04/29 15:59:08 1.56 --- src/usr.bin/tmux/options-table.c 2015/05/06 08:35:39 1.57 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.56 2015/04/29 15:59:08 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.57 2015/05/06 08:35:39 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 737,743 **** { .name = "window-status-current-format", .type = OPTIONS_TABLE_STRING, ! .default_str = "#I:#W#F" }, { .name = "window-status-current-style", --- 737,743 ---- { .name = "window-status-current-format", .type = OPTIONS_TABLE_STRING, ! .default_str = "#I:#W#{?window_flags,#{window_flags}, }" }, { .name = "window-status-current-style", *************** *** 753,759 **** { .name = "window-status-format", .type = OPTIONS_TABLE_STRING, ! .default_str = "#I:#W#F" }, { .name = "window-status-last-attr", --- 753,759 ---- { .name = "window-status-format", .type = OPTIONS_TABLE_STRING, ! .default_str = "#I:#W#{?window_flags,#{window_flags}, }" }, { .name = "window-status-last-attr",