diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-23 21:20:54 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-23 21:20:54 +0000 |
commit | d63de1e407176bab41c61ad7f3def0e4d0707cdc (patch) | |
tree | 6dd19751b0d0f013bff02af7436b0a7284fd8555 /options-table.c | |
parent | 78a00c845cc4d4e80f36f7cda71e0ca9ea13dcf4 (diff) | |
parent | 28e72ae34d43dda28ca0e6dc652eaa1179c351c7 (diff) | |
download | rtmux-d63de1e407176bab41c61ad7f3def0e4d0707cdc.tar.gz rtmux-d63de1e407176bab41c61ad7f3def0e4d0707cdc.tar.bz2 rtmux-d63de1e407176bab41c61ad7f3def0e4d0707cdc.zip |
Merge branch 'obsd-master'
Conflicts:
server.c
tmux.c
Diffstat (limited to 'options-table.c')
-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 bd49a9c8..054b2700 100644 --- a/options-table.c +++ b/options-table.c @@ -197,7 +197,7 @@ const struct options_table_entry options_table[] = { { .name = "display-time", .type = OPTIONS_TABLE_NUMBER, .scope = OPTIONS_TABLE_SESSION, - .minimum = 1, + .minimum = 0, .maximum = INT_MAX, .default_num = 750 }, |