feat: implement remaining terminal handling functions via libvaxis

This commit is contained in:
CJ van den Berg 2024-05-21 21:46:58 +02:00
parent 36f167221e
commit 49ad54d60c
10 changed files with 94 additions and 88 deletions

View file

@ -110,7 +110,7 @@ pub fn State(ctx_type: type) type {
tui.need_render();
return true;
} else if (try m.match(.{ "H", tp.extract(&self.hover) })) {
tui.renderer.request_mouse_cursor_pointer(self.hover);
tui.current().rdr.request_mouse_cursor_pointer(self.hover);
tui.need_render();
return true;
}