mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
Update Zig (#164)
* update zig * pkg/fontconfig: clean up @as * pkg/freetype,harfbuzz: clean up @as * pkg/imgui: clean up @as * pkg/macos: clean up @as * pkg/pixman,utf8proc: clean up @as * clean up @as * lots more @as cleanup * undo flatpak changes * clean up @as
This commit is contained in:

committed by
GitHub

parent
0c632e7345
commit
314f9287b1
@@ -431,7 +431,7 @@ pub const Config = struct {
|
||||
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = @enumFromInt(inputpkg.Key, i), .mods = mods },
|
||||
.{ .key = @enumFromInt(i), .mods = mods },
|
||||
.{ .goto_tab = (i - start) + 1 },
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user