FINALY fix inicializing gameboard

This commit is contained in:
2025-07-09 21:33:36 +02:00
parent 564a6b88c1
commit c5e404f1dd
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ TIOCGWINSZ equ 0x5413
ASCII_ZERO equ 48
ESC_CHAR equ 27
ESC_chars_compensation_Len equ 13; i have to compensate for escape sequences that dont get printed why 11 exactly, I dont know
ESC_chars_compensation_Len equ 9; i have to compensate for escape sequences that dont get printed why 11 exactly, I dont know