diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-12-30 16:01:15 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-12-30 16:01:15 +0000 |
commit | f5c5847788c45dd700ccf5f18cf46ceb6d7042b3 (patch) | |
tree | a545af5a59adcfc166bc066c7bed6bd81b059f49 | |
parent | d3328a3b1e9cd873fa3a5ba30270499a2def6f0c (diff) | |
parent | 1015b124d5ccb4c9d32f0c5aae820f7a1ac98c5c (diff) | |
download | rtmux-f5c5847788c45dd700ccf5f18cf46ceb6d7042b3.tar.gz rtmux-f5c5847788c45dd700ccf5f18cf46ceb6d7042b3.tar.bz2 rtmux-f5c5847788c45dd700ccf5f18cf46ceb6d7042b3.zip |
Merge branch 'obsd-master'
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index f74b1b10..26731878 100644 --- a/options-table.c +++ b/options-table.c @@ -895,7 +895,7 @@ const struct options_table_entry options_table[] = { { .name = "xterm-keys", .type = OPTIONS_TABLE_FLAG, .scope = OPTIONS_TABLE_WINDOW, - .default_num = 0 + .default_num = 1 }, { .name = NULL } |