summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 9a0fd4e0..f2e82bfa 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1148,7 +1148,9 @@ scan_register_form(const char *regfile, int automode, int neednum)
} else {
if (search_ulist(unum) == NULL)
{
- ans[0] = getkey("是否接受此資料(Y/N/Q/Del/Skip)?[S])");
+ move(b_lines, 0); clrtoeol();
+ outs("是否接受此資料(Y/N/Q/Del/Skip)?[S] ");
+ ans[0] = igetch();
}
else
ans[0] = 's';