GTK does support scrollbars (#11345)

Native GTK scrollbars are supported in 1.3.0:
https://ghostty.org/docs/install/release-notes/1-3-0#scrollbars
pull/11347/head
Jeffrey C. Ollie 2026-03-10 18:46:20 -05:00 committed by GitHub
commit 818e170ec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -1398,8 +1398,6 @@ input: RepeatableReadableIO = .{},
/// * `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
/// a scrollbar.
///
/// This only applies to macOS currently. GTK doesn't yet support scrollbars.
scrollbar: Scrollbar = .system,
/// Match a regular expression against the terminal text and associate clicking