Framework, stijl en cutting-edge UI

This commit is contained in:
2025-10-17 18:01:57 +02:00
parent eeee5aba7d
commit e958fcdafe
5 changed files with 180 additions and 47 deletions

10
ui.c
View File

@@ -62,3 +62,13 @@ void ui_clear(void)
{
clear();
}
size_t ui_width(void)
{
return COLS;
}
size_t ui_height(void)
{
return LINES;
}