mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-05 07:08:39 +00:00
config: update scrollbar doc per current implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user