mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
input: leaf_chained tagged union value
This commit is contained in:
@@ -326,7 +326,6 @@ fn iterateBindings(
|
||||
|
||||
switch (bind.value_ptr.*) {
|
||||
.leader => |leader| {
|
||||
|
||||
// Recursively iterate on the set of bindings for this leader key
|
||||
var n_iter = leader.bindings.iterator();
|
||||
const sub_bindings, const max_width = try iterateBindings(alloc, &n_iter, win);
|
||||
@@ -353,6 +352,9 @@ fn iterateBindings(
|
||||
.action = leaf.action,
|
||||
});
|
||||
},
|
||||
.leaf_chained => {
|
||||
// TODO: Show these.
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user