Add basic modes and mode-navigation

This commit is contained in:
2025-12-13 00:48:42 +00:00
parent dad7d844ca
commit ce06ca8057
4 changed files with 57 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
#define NORMAL 0
#define INSERT 1
#define SELECT 2
#define RUNNER 3
extern std::atomic<bool> running;