diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 9 |
1 files changed, 8 insertions, 1 deletions
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("設定完成"); } |