implement cursor reset when data comes in pty

This commit is contained in:
Mitchell Hashimoto
2022-11-05 19:26:42 -07:00
parent aa98e3ca3a
commit 746858cea6
7 changed files with 37 additions and 15 deletions

View File

@@ -367,6 +367,7 @@ pub fn create(alloc: Allocator, loop: libuv.Loop, config: *const Config) !*Windo
.config = config,
.renderer_state = &self.renderer_state,
.renderer_wakeup = render_thread.wakeup,
.renderer_mailbox = render_thread.mailbox,
});
errdefer io.deinit();