=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- src/usr.bin/tmux/options-table.c 2013/10/05 13:56:48 1.39 +++ src/usr.bin/tmux/options-table.c 2013/10/10 11:50:20 1.40 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.39 2013/10/05 13:56:48 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.40 2013/10/10 11:50:20 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -387,7 +387,7 @@ { .name = "status-right", .type = OPTIONS_TABLE_STRING, - .default_str = "\"#22T\" %H:%M %d-%b-%y" + .default_str = "\"#{=22:pane_title}\" %H:%M %d-%b-%y" }, { .name = "status-right-attr",