replaced confusing u64 joinded colors with struct TimStyle

This commit is contained in:
2026-01-09 09:45:00 +05:00
parent 161f655492
commit 1ce7090bd6
13 changed files with 285 additions and 181 deletions

View File

@@ -66,4 +66,5 @@ i32 main(i32 argc, char** argv) {
tim_reset_terminal();
fclose(f);
return 0;
}