fix: add missing renderer deinit() on exit
This commit is contained in:
parent
444b064259
commit
6225944a7e
2 changed files with 2 additions and 3 deletions
|
@ -61,8 +61,6 @@ pub fn init(a: std.mem.Allocator, handler_ctx: *anyopaque, no_alternate: bool) !
|
|||
}
|
||||
|
||||
pub fn deinit(self: *Self) void {
|
||||
self.vx.screen.tty.write(vaxis.ctlseqs.show_cursor);
|
||||
self.vx.screen.tty.flush();
|
||||
self.vx.deinit(self.a);
|
||||
self.bracketed_paste_buffer.deinit();
|
||||
self.event_buffer.deinit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue