@@ -62,3 +62,13 @@ void ui_clear(void)
{
clear();
}
size_t ui_width(void)
return COLS;
size_t ui_height(void)
return LINES;
The note is not visible to the blocked user.