=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.50 retrieving revision 1.51 diff -c -r1.50 -r1.51 *** src/usr.bin/tmux/options-table.c 2014/04/17 12:57:28 1.50 --- src/usr.bin/tmux/options-table.c 2014/11/05 23:15:11 1.51 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.50 2014/04/17 12:57:28 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.51 2014/11/05 23:15:11 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 390,396 **** { .name = "status-left", .type = OPTIONS_TABLE_STRING, ! .default_str = "[#S]" }, { .name = "status-left-attr", --- 390,396 ---- { .name = "status-left", .type = OPTIONS_TABLE_STRING, ! .default_str = "[#S] " }, { .name = "status-left-attr", *************** *** 431,437 **** { .name = "status-right", .type = OPTIONS_TABLE_STRING, ! .default_str = "\"#{=22:pane_title}\" %H:%M %d-%b-%y" }, { .name = "status-right-attr", --- 431,437 ---- { .name = "status-right", .type = OPTIONS_TABLE_STRING, ! .default_str = " \"#{=22:pane_title}\" %H:%M %d-%b-%y" }, { .name = "status-right-attr",