vycistenou

This commit is contained in:
Priec
2025-11-14 10:20:11 +01:00
parent 3e0018d1cb
commit a1c742c1cd
11 changed files with 1046 additions and 245 deletions

View File

@@ -6,7 +6,7 @@
void draw_mask(const char *unused_filename, int shift, const char *text) {
const int view_width = 50;
const int view_height = 19;
const int view_height = 16;
// Terminal clear + home
printf("\033[2J\033[H");