If display-time is set to 0, show status messages until a key is pressed;

OK nicm@
This commit is contained in:
tim
2015-11-22 18:28:01 +00:00
parent 933929cd62
commit 4fcc02ee9d
3 changed files with 10 additions and 7 deletions

View File

@@ -198,7 +198,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
},