Compare commits
2 commits
3ad37b3b70
...
ec8379ce51
| Author | SHA1 | Date | |
|---|---|---|---|
| ec8379ce51 | |||
| 598c2a58aa |
2 changed files with 4 additions and 1 deletions
|
|
@ -603,7 +603,8 @@
|
|||
["alt+x", "open_command_palette"],
|
||||
["alt+!", "run_task"],
|
||||
["alt+f9", "panel_next_widget_style"],
|
||||
["ctrl+shift+q", "quit_without_saving"]
|
||||
["ctrl+shift+q", "quit_without_saving"],
|
||||
["ctrl+alt+shift+r", "restart"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -316,6 +316,7 @@ const Vt = struct {
|
|||
}
|
||||
self.vt.deinit();
|
||||
self.env.deinit();
|
||||
std.log.debug("terminal: vt destroyed", .{});
|
||||
}
|
||||
|
||||
pub fn resize(self: *@This(), pos: Widget.Box) void {
|
||||
|
|
@ -366,6 +367,7 @@ const pty = struct {
|
|||
self.parser.buf.deinit();
|
||||
self.parent.deinit();
|
||||
self.allocator.destroy(self);
|
||||
std.log.debug("terminal: pty destroyed", .{});
|
||||
}
|
||||
|
||||
fn start(self: *@This()) tp.result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue