aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-07-24 09:10:21 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-07-24 09:10:21 +0100
commite4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c (patch)
treefc40662e40cb3ce8fa4d1b4a8650683b2e51b3b7 /options-table.c
parent669059aa19ec831e9a8afc008c978ea7806692e3 (diff)
parent18a64ad52d5b33e229783574a637268eb098b1f0 (diff)
downloadrtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.tar.gz
rtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.tar.bz2
rtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.zip
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index f4a4879a..1c9ccd95 100644
--- a/options-table.c
+++ b/options-table.c
@@ -82,6 +82,11 @@ const struct options_table_entry server_options_table[] = {
.default_num = 0
},
+ { .name = "history-file",
+ .type = OPTIONS_TABLE_STRING,
+ .default_str = NULL
+ },
+
{ .name = "message-limit",
.type = OPTIONS_TABLE_NUMBER,
.minimum = 0,