mirror of
https://github.com/tmux/tmux.git
synced 2025-12-22 15:36:06 +00:00
Merge db0c566ad9 into 096c4b3e63
This commit is contained in:
@@ -594,7 +594,7 @@ const struct options_table_entry options_table[] = {
|
||||
{ .name = "history-limit",
|
||||
.type = OPTIONS_TABLE_NUMBER,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.minimum = 0,
|
||||
.minimum = -INT_MAX,
|
||||
.maximum = INT_MAX,
|
||||
.default_num = 2000,
|
||||
.unit = "lines",
|
||||
|
||||
Reference in New Issue
Block a user