tmux unlimited history-limit

This commit is contained in:
yash-fn
2025-03-14 16:41:25 -05:00
parent d4b8635f50
commit db0c566ad9
2 changed files with 2 additions and 2 deletions

View File

@@ -587,7 +587,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",