mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-07 05:43:20 +00:00
Just using decl literals
This commit is contained in:
committed by
Mitchell Hashimoto
parent
6230d134e1
commit
7e0dc09873
@@ -5394,8 +5394,8 @@ pub fn performBindingAction(self: *Surface, action: input.Binding.Action) !bool
|
||||
.{ .surface = self },
|
||||
.goto_window,
|
||||
switch (direction) {
|
||||
.next => apprt.action.GotoWindow.next,
|
||||
.previous => apprt.action.GotoWindow.previous,
|
||||
.previous => .previous,
|
||||
.next => .next,
|
||||
},
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user