diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-27 21:14:41 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-27 21:14:41 +0800 |
commit | e1fce65ed8fed7029b853401c3aa207ac5a6f2bd (patch) | |
tree | 7839a7c15453888842087b6a4b507bcfb2e61989 /mbbsd/talk.c | |
parent | 0c030c68c8459402fa279fa60f247eb7cb0aef75 (diff) | |
download | pttbbs-e1fce65ed8fed7029b853401c3aa207ac5a6f2bd.tar pttbbs-e1fce65ed8fed7029b853401c3aa207ac5a6f2bd.tar.gz pttbbs-e1fce65ed8fed7029b853401c3aa207ac5a6f2bd.tar.bz2 pttbbs-e1fce65ed8fed7029b853401c3aa207ac5a6f2bd.tar.lz pttbbs-e1fce65ed8fed7029b853401c3aa207ac5a6f2bd.tar.xz pttbbs-e1fce65ed8fed7029b853401c3aa207ac5a6f2bd.tar.zst pttbbs-e1fce65ed8fed7029b853401c3aa207ac5a6f2bd.zip |
more specific `currstat' mode
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@447 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 56b2b88b..b36aade9 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.81 2002/07/22 19:02:00 in2 Exp $ */ +/* $Id: talk.c,v 1.82 2002/07/27 13:14:41 kcwu Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -467,7 +467,7 @@ my_write2(void) mode0 = currutmp->mode; currutmp->mode = 0; currutmp->chatid[0] = 3; - currstat = XMODE; + currstat = DBACK; //init screen move(7, 28); @@ -579,7 +579,7 @@ my_write(pid_t pid, char *prompt, char *id, int flag, userinfo_t * puin) } currutmp->mode = 0; currutmp->chatid[0] = 3; - currstat = XMODE; + currstat = DBACK; ptime = localtime(&now); @@ -2445,7 +2445,7 @@ talkreply(void) snprintf(page_requestor, sizeof(page_requestor), "%s (%s)", uip->userid, uip->username); currutmp->destuid = uip->uid; - currstat = XMODE; /* 避免出現動畫 */ + currstat = REPLY; /* 避免出現動畫 */ clear(); |