diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-06-14 10:01:08 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-06-14 10:01:08 +0100 |
commit | 06869ff22fa9891c9633ce3e3efa77cac758b520 (patch) | |
tree | e9c067e1b8b0cdb7c899e2f3a823b6e17de49e6d /options-table.c | |
parent | 6d0828b81cd39362869155dbea0143b66efe4e21 (diff) | |
parent | 616bde08ac74d4be0ae06087aa3103df54833f86 (diff) | |
download | rtmux-06869ff22fa9891c9633ce3e3efa77cac758b520.tar.gz rtmux-06869ff22fa9891c9633ce3e3efa77cac758b520.tar.bz2 rtmux-06869ff22fa9891c9633ce3e3efa77cac758b520.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 17be7ec4..b442d65e 100644 --- a/options-table.c +++ b/options-table.c @@ -362,7 +362,8 @@ const struct options_table_entry options_table[] = { .scope = OPTIONS_TABLE_SERVER, .flags = OPTIONS_TABLE_IS_ARRAY, .default_str = "xterm*:clipboard:ccolour:cstyle:focus:title," - "screen*:title", + "screen*:title," + "rxvt*:ignorefkeys", .separator = ",", .text = "List of terminal features, used if they cannot be " "automatically detected." |