summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-menu.c
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
commitd3e5eadbdcce508c48258b15664baa753ce6fc81 (patch)
treed6dd61bcb46c00d0ef21216c8463eacca3dcc092 /ui/ncurses/nc-menu.c
parent4341aeae5ace4f8137334d6e8fa885d546fd3216 (diff)
downloadtalos-petitboot-d3e5eadbdcce508c48258b15664baa753ce6fc81.tar.gz
talos-petitboot-d3e5eadbdcce508c48258b15664baa753ce6fc81.zip
Add ncurses joystick support
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'ui/ncurses/nc-menu.c')
-rw-r--r--ui/ncurses/nc-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-menu.c b/ui/ncurses/nc-menu.c
index 00a7d47..f96eb82 100644
--- a/ui/ncurses/nc-menu.c
+++ b/ui/ncurses/nc-menu.c
@@ -204,7 +204,7 @@ static void pmenu_process_key(struct nc_scr *scr)
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);
OpenPOWER on IntegriCloud