=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/tmux/options-table.c 2013/10/10 11:50:20 1.40 +++ src/usr.bin/tmux/options-table.c 2013/10/10 11:56:50 1.41 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.40 2013/10/10 11:50:20 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.41 2013/10/10 11:56:50 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -480,6 +480,11 @@ { .name = "automatic-rename", .type = OPTIONS_TABLE_FLAG, .default_num = 1 + }, + + { .name = "automatic-rename-format", + .type = OPTIONS_TABLE_STRING, + .default_str = "#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}" }, { .name = "c0-change-trigger",