From 7a8c601eec433f7c75d3291d64bb3d41fe50c8ae Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Tue, 3 Dec 2024 21:52:59 +0100 Subject: Use custom types --- include/tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tty.h') diff --git a/include/tty.h b/include/tty.h index ea73e5f..b48993d 100644 --- a/include/tty.h +++ b/include/tty.h @@ -12,7 +12,7 @@ void addstr(const char *str); void -setcur(unsigned int ncol, unsigned int nrow); +setcur(u16 ncol, u16 nrow); void swap_colors(void); -- cgit v1.2.3