=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.162 retrieving revision 1.163 diff -c -r1.162 -r1.163 *** src/usr.bin/tmux/options-table.c 2022/03/24 12:07:25 1.162 --- src/usr.bin/tmux/options-table.c 2022/06/14 07:29:00 1.163 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.162 2022/03/24 12:07:25 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.163 2022/06/14 07:29:00 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 363,369 **** .scope = OPTIONS_TABLE_SERVER, .flags = OPTIONS_TABLE_IS_ARRAY, .default_str = "xterm*:clipboard:ccolour:cstyle:focus:title," ! "screen*:title", .separator = ",", .text = "List of terminal features, used if they cannot be " "automatically detected." --- 363,370 ---- .scope = OPTIONS_TABLE_SERVER, .flags = OPTIONS_TABLE_IS_ARRAY, .default_str = "xterm*:clipboard:ccolour:cstyle:focus:title," ! "screen*:title," ! "rxvt*:ignorefkeys", .separator = ",", .text = "List of terminal features, used if they cannot be " "automatically detected."