diff options
-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 } |