commit 4759c0b0fd3a19f9bf23df530730207297d18e2b
Author: Raniconduh <clagv.randomgames@gmail.com>
Date: Fri Aug 26 21:05:45 2022 +0000
diff --git a/src/io.c b/src/io.c
index 9dab118..3cb94a0 100644
--- a/src/io.c
+++ b/src/io.c
@@ -476 +477 @@ void curses_init(void) {
initscr();
keypad(stdscr, true);
+ mouseinterval(0);
curs_set(0);
noecho();
raw();