diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-30 12:37:03 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-30 12:37:03 +0800 |
commit | 413ad044cf6c17af0cc63d5fb80f91b4bfa06713 (patch) | |
tree | a6aa22c22cff27d936adf415950011b3862130d0 /mbbsd/talk.c | |
parent | ce78e68d0cfbf79502bb7c60cbea405066546b24 (diff) | |
download | pttbbs-413ad044cf6c17af0cc63d5fb80f91b4bfa06713.tar pttbbs-413ad044cf6c17af0cc63d5fb80f91b4bfa06713.tar.gz pttbbs-413ad044cf6c17af0cc63d5fb80f91b4bfa06713.tar.bz2 pttbbs-413ad044cf6c17af0cc63d5fb80f91b4bfa06713.tar.lz pttbbs-413ad044cf6c17af0cc63d5fb80f91b4bfa06713.tar.xz pttbbs-413ad044cf6c17af0cc63d5fb80f91b4bfa06713.tar.zst pttbbs-413ad044cf6c17af0cc63d5fb80f91b4bfa06713.zip |
change strange color of message
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1899 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 86a9e44a..8c0c2ec3 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -2322,12 +2322,11 @@ userlist(void) uentp->userid, ch, ctime(&currutmp->lastact)); mail_redenvelop(cuser.userid, uentp->userid, ch - give_tax(ch), 'Y'); - vmsg("\033[44m 嗯..還剩下 %d 錢.." - "\033[m", demoney(-ch)); + vmsg(" 嗯..還剩下 %d 錢..", demoney(-ch)); } } else { clrtoeol(); - vmsg("\033[41m 交易取消! \033[m"); + vmsg(" 交易取消! "); } redrawall = redraw = 1; } |