keybinding jump_to_prompt for semantic prompts

This commit is contained in:
Mitchell Hashimoto
2023-07-06 10:30:29 -07:00
parent b542f7e3c4
commit 9f86c48fd8
8 changed files with 47 additions and 1 deletions

View File

@@ -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| {