commit 238eb14
uint
·
2026-07-14 18:17:33 +0000 UTC
parent f3f173c
redraw terminal on MAUS_EV_REDRAW
1 files changed,
+5,
-0
+5,
-0
1@@ -316,6 +316,11 @@ static void run(void)
2 continue;
3 }
4
5+ if (ev.type == MAUS_EV_REDRAW) {
6+ dirty = true;
7+ continue;
8+ }
9+
10 if (handle_key(&ev)) {
11 dirty = true;
12 redraw_all = true;