commit ed0ae8e19022e603a1dc2f46a45195e73c506d80
Author: Raniconduh <clagv.randomgames@gmail.com>
Date: Fri Oct 01 08:52:41 2021 +0000
diff --git a/include/io.h b/include/io.h
index 685e75b..80e97e8 100644
--- a/include/io.h
+++ b/include/io.h
@@ -228 +2210 @@ enum colors {
};
enum keys {
- ARROW_UP = 0,
- ARROW_DOWN = 1,
+ ARROW_UP,
+ ARROW_DOWN,
+ ARROW_LEFT,
+ ARROW_RIGHT
};
void curses_init(void);