From e58443057c072b3b45627e8ec62b963daa32160f Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 8 Aug 2005 14:45:00 +0000 Subject: add proto, msg pretty print, misc update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3011 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/admin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mbbsd/admin.c') 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'; -- cgit v1.2.3