mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Fix issue with conflicting mappings
This commit is contained in:
@ -828,6 +828,7 @@ pub const Action = union(enum) {
|
|||||||
|
|
||||||
// Handle SplitParameter specifically
|
// Handle SplitParameter specifically
|
||||||
Action.SplitParameter => {
|
Action.SplitParameter => {
|
||||||
|
std.hash.autoHash(hasher, field[0]);
|
||||||
const bits = @as(u32, @bitCast(field[1]));
|
const bits = @as(u32, @bitCast(field[1]));
|
||||||
std.hash.autoHash(hasher, bits);
|
std.hash.autoHash(hasher, bits);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user