From f9862cd4e27daf72e8e983646451a0954a47258b Mon Sep 17 00:00:00 2001 From: Steve Hulet Date: Tue, 10 Mar 2026 16:14:18 -0700 Subject: [PATCH] GTK does support scrollbars --- src/config/Config.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index aae6c9e20..f496a4cf2 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -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