config: update scrollbar doc per current implementation (#13553)

We should also update the doc after #9865, which is discussed in
https://github.com/ghostty-org/ghostty/discussions/9610
This commit is contained in:
Mitchell Hashimoto
2026-08-02 07:02:19 -07:00
committed by GitHub

View File

@@ -1438,9 +1438,9 @@ input: RepeatableReadableIO = .{},
/// Valid values:
///
/// * `system` - Respect the system settings for when to show scrollbars.
/// For example, on macOS, this will respect the "Scrollbar behavior"
/// system setting which by default usually only shows scrollbars while
/// actively scrolling or hovering the gutter.
/// On macOS, we only show scrollbars while actively scrolling or hovering
/// the gutter. If the system setting is set to "Always", the scrollbar
/// will be shown when the mouse is over the gutter area.
///
/// * `never` - Never show a scrollbar. You can still scroll using the mouse,
/// keybind actions, etc. but you will not have a visual UI widget showing