=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- src/usr.bin/tmux/options-table.c 2020/05/16 16:26:34 1.129 +++ src/usr.bin/tmux/options-table.c 2020/05/16 16:30:59 1.130 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.129 2020/05/16 16:26:34 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.130 2020/05/16 16:30:59 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -1053,11 +1053,12 @@ "bottom." }, - { .name = "xterm-keys", + { .name = "xterm-keys", /* no longer used */ .type = OPTIONS_TABLE_FLAG, .scope = OPTIONS_TABLE_WINDOW, .default_num = 1, - .text = "Whether xterm-style function key sequences should be sent." + .text = "Whether xterm-style function key sequences should be sent. " + "This option is no longer used." }, /* Hook options. */