mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
config: keybinding clone must clone all members
This commit is contained in:
@ -1537,6 +1537,8 @@ pub const Keybinds = struct {
|
|||||||
return .{
|
return .{
|
||||||
.set = .{
|
.set = .{
|
||||||
.bindings = try self.set.bindings.clone(alloc),
|
.bindings = try self.set.bindings.clone(alloc),
|
||||||
|
.reverse = try self.set.reverse.clone(alloc),
|
||||||
|
.unconsumed = try self.set.unconsumed.clone(alloc),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user