=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.170 retrieving revision 1.171 diff -c -r1.170 -r1.171 *** src/usr.bin/tmux/options-table.c 2024/03/21 11:53:11 1.170 --- src/usr.bin/tmux/options-table.c 2024/04/10 07:36:25 1.171 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.170 2024/03/21 11:53:11 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.171 2024/04/10 07:36:25 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 874,879 **** --- 874,887 ---- .default_num = 0, .text = "Whether applications are allowed to use the escape sequence " "to rename windows." + }, + + { .name = "allow-set-title", + .type = OPTIONS_TABLE_FLAG, + .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, + .default_num = 1, + .text = "Whether applications are allowed to use the escape sequence " + "to set the pane title." }, { .name = "alternate-screen",