temp commit

This commit is contained in:
2026-05-22 13:40:03 +02:00
parent bc66e673fa
commit edb5384f0e
23 changed files with 848 additions and 621 deletions
+2 -1
View File
@@ -8,8 +8,9 @@
#define HIDE_CURSOR "\x1b[?25l"
#define SHOW_CURSOR "\x1b[?25h"
#define ERASE_END_LINE "\x1b[K"
#define TAB "\x09"
#define TAB "\x9"
#define SPACE "\x20"
#define APP_DEBUG
enum editorKey_e {
BACKSPACE = 127,