=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/tmux/options-table.c 2011/11/15 23:24:04 1.16 --- src/usr.bin/tmux/options-table.c 2012/01/20 19:15:40 1.17 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.16 2011/11/15 23:24:04 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.17 2012/01/20 19:15:40 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 434,439 **** --- 434,444 ---- { .name = "aggressive-resize", .type = OPTIONS_TABLE_FLAG, .default_num = 0 + }, + + { .name = "allow-rename", + .type = OPTIONS_TABLE_FLAG, + .default_num = 1 }, { .name = "alternate-screen",