diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-12-03 21:52:59 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-12-03 21:52:59 +0100 |
commit | 7a8c601eec433f7c75d3291d64bb3d41fe50c8ae (patch) | |
tree | 1b1038a4dc80cc496a4c608ea760300f8b6d68f1 /include/tty.h | |
parent | 08b7ee440269c881546421da6efe1b6ae122b566 (diff) |
Use custom types
Diffstat (limited to 'include/tty.h')
-rw-r--r-- | include/tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |