summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 6b95e5bd..68896ce5 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -860,7 +860,7 @@ x_file(void)
"刪除成功\ " : "未刪除");
break;
- case '\n': case '\r': case KEY_RIGHT:
+ case KEY_ENTER: case KEY_RIGHT:
strlcpy(buf, entries[sel], sizeof(buf));
v = strchr(buf, ' '); *v++ = 0;
i = vedit(buf, NA, NULL);