fix aligment

This commit is contained in:
2025-07-09 20:34:24 +02:00
parent d6613ac341
commit 564a6b88c1
3 changed files with 13 additions and 4 deletions
+2
View File
@@ -8,3 +8,5 @@ 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