summaryrefslogtreecommitdiffstats
path: root/mbbsd/card.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/card.c')
-rw-r--r--mbbsd/card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/card.c b/mbbsd/card.c
index 0c9a3a9a..6332deee 100644
--- a/mbbsd/card.c
+++ b/mbbsd/card.c
@@ -58,7 +58,7 @@ card_select(int *now)
case '+':
case ',':
return 1;
- case '\r':
+ case KEY_ENTER:
return -1;
case KEY_LEFT:
*now = (*now + 4) % 5;