mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-31 09:05:45 +00:00
keybinding jump_to_prompt for semantic prompts
This commit is contained in:
@@ -156,6 +156,7 @@ fn drainMailbox(self: *Thread) !void {
|
||||
},
|
||||
.resize => |v| self.handleResize(v),
|
||||
.clear_screen => |v| try self.impl.clearScreen(v.history),
|
||||
.jump_to_prompt => |v| try self.impl.jumpToPrompt(v),
|
||||
.write_small => |v| try self.impl.queueWrite(v.data[0..v.len]),
|
||||
.write_stable => |v| try self.impl.queueWrite(v),
|
||||
.write_alloc => |v| {
|
||||
|
||||
Reference in New Issue
Block a user