=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.130 retrieving revision 1.131 diff -c -r1.130 -r1.131 *** src/usr.bin/tmux/options-table.c 2020/05/16 16:30:59 1.130 --- src/usr.bin/tmux/options-table.c 2020/05/16 16:44:54 1.131 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.130 2020/05/16 16:30:59 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.131 2020/05/16 16:44:54 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 250,255 **** --- 250,263 ---- .default_num = 0, .text = "Whether the server should exit if there are no attached " "clients." + }, + + { .name = "extended-keys", + .type = OPTIONS_TABLE_FLAG, + .scope = OPTIONS_TABLE_SERVER, + .default_num = 0, + .text = "Whether to request extended key sequences from terminals " + "that support it." }, { .name = "focus-events",