From f665f13b5bdcb87f19a0681481f6044cbcc109b9 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 17 Dec 2007 03:26:22 +0000 Subject: - general message update and optimization - change search_num() to getdata(), allow unified control git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3698 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'mbbsd/user.c') diff --git a/mbbsd/user.c b/mbbsd/user.c index cf676f88..0b912c05 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -502,10 +502,17 @@ void Customize(void) } + grayout_lines(1, b_lines, 0); + move(b_lines-1, 0); clrtoeol(); + if(dirty) + { passwd_update(usernum, &cuser); + outs("設定已儲存。\n"); + } else { + outs("結束設定。\n"); + } - grayout_lines(0, b_lines, 0); vmsg("設定完成"); } -- cgit v1.2.3