From 95fc5ad1e9f5022c83346706fab7010f7bde1797 Mon Sep 17 00:00:00 2001 From: Maciej Bartczak <39600846+maciekbartczak@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:02:07 +0100 Subject: [PATCH] remove outdated comment --- src/input/Binding.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/Binding.zig b/src/input/Binding.zig index f91967293..d1e66210b 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -349,7 +349,6 @@ pub const Action = union(enum) { toggle_tab_overview: void, /// Change the title of the current focused surface via a prompt. - /// This only works on macOS currently. prompt_surface_title: void, /// Create a new split in the given direction.