]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-menu.c
Add ncurses joystick support
[petitboot] / ui / ncurses / nc-menu.c
index 00a7d47a60ea93807849fac134cd293082b0c3e5..f96eb82525d9aca63f0fe42eec9e189f02f2a6bb 100644 (file)
@@ -204,7 +204,7 @@ static void pmenu_process_key(struct nc_scr *scr)
                if (c == ERR)
                        return;
 
                if (c == ERR)
                        return;
 
-               /* DBGS("%d (%o)\n", c, c); */
+               if (1) DBGS("%d (%o)\n", c, c);
 
                if (menu->hot_key)
                        c = menu->hot_key(menu, item, c);
 
                if (menu->hot_key)
                        c = menu->hot_key(menu, item, c);