src/main.c

changeset 80
b980a7192b5a
parent 78
ceb9197b3c6d
child 83
ead00609e5e6
--- a/src/main.c	Tue Jun 03 08:43:17 2025 +0200
+++ b/src/main.c	Wed Jun 04 23:56:40 2025 +0200
@@ -172,7 +172,7 @@
 
     initscr();
     halfdelay(1);
-    keypad(stdscr, TRUE);
+    keypad(stdscr, true);
     if (has_colors()) {
         start_color();
         init_colorpairs();

mercurial