Reduce default scrollbar-auto-hide to 500ms.

This commit is contained in:
Michael Grant
2026-06-20 14:13:09 +02:00
parent fe1c3db1e5
commit 579285b604

View File

@@ -1416,7 +1416,7 @@ const struct options_table_entry options_table[] = {
.scope = OPTIONS_TABLE_WINDOW,
.minimum = 0,
.maximum = INT_MAX,
.default_num = 1000,
.default_num = 500,
.unit = "milliseconds",
.text = "Time before auto-hidden pane scrollbars disappear."
},