diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index 9fbe85e6..0c0039fd 100644 --- a/options-table.c +++ b/options-table.c @@ -135,6 +135,13 @@ const struct options_table_entry options_table[] = { .separator = "," }, + { .name = "user-keys", + .type = OPTIONS_TABLE_ARRAY, + .scope = OPTIONS_TABLE_SERVER, + .default_str = "", + .separator = "," + }, + { .name = "assume-paste-time", .type = OPTIONS_TABLE_NUMBER, .scope = OPTIONS_TABLE_SESSION, |