Working product with sustainable legacies

This commit is contained in:
2025-10-18 20:44:30 +02:00
parent 65a1c9f159
commit a392132fa9
8 changed files with 178 additions and 54 deletions

4
ui.h
View File

@@ -22,8 +22,8 @@ void ui_end(void);
void ui_color_on(enum ui_color);
void ui_color_off(enum ui_color);
void ui_char(size_t x, size_t y, char c);
void ui_string(size_t x, size_t y, char *s);
void ui_char(unsigned int x, unsigned int y, char c);
void ui_string(unsigned int x, unsigned int y, char *s);
size_t ui_width(void);
size_t ui_height(void);