From cc595a73cf45ee8b0f0444b844b10bc021d02572 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 25 Feb 2024 23:16:05 -0500 Subject: kernel: vcons: Add cursor support Signed-off-by: Ian Moffett --- sys/include/dev/vcons/vcons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/include') diff --git a/sys/include/dev/vcons/vcons.h b/sys/include/dev/vcons/vcons.h index fc59f6e..737651f 100644 --- a/sys/include/dev/vcons/vcons.h +++ b/sys/include/dev/vcons/vcons.h @@ -67,5 +67,6 @@ struct vcons_screen { void vcons_attach(struct vcons_screen *scr); int vcons_putch(struct vcons_screen *scr, char c); +void vcons_update_cursor(struct vcons_screen *scr); #endif /* !_DEV_VCONS_H_ */ -- cgit v1.2.3