This commit is contained in:
Yash
2025-03-29 08:44:06 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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