Add basic modes and mode-navigation
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#define NORMAL 0
|
||||
#define INSERT 1
|
||||
#define SELECT 2
|
||||
#define RUNNER 3
|
||||
|
||||
extern std::atomic<bool> running;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user