diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-30 17:20:21 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-30 17:20:21 +0800 |
commit | 12cabe3a7252d5f5c8267c77afd94dd802b46a5e (patch) | |
tree | 1f9a28612bcbd210ac04ca0c33dd01c0913aae95 /mbbsd | |
parent | 6c7bb96872348552bca957be38637e196dfede0e (diff) | |
download | pttbbs-12cabe3a7252d5f5c8267c77afd94dd802b46a5e.tar pttbbs-12cabe3a7252d5f5c8267c77afd94dd802b46a5e.tar.gz pttbbs-12cabe3a7252d5f5c8267c77afd94dd802b46a5e.tar.bz2 pttbbs-12cabe3a7252d5f5c8267c77afd94dd802b46a5e.tar.lz pttbbs-12cabe3a7252d5f5c8267c77afd94dd802b46a5e.tar.xz pttbbs-12cabe3a7252d5f5c8267c77afd94dd802b46a5e.tar.zst pttbbs-12cabe3a7252d5f5c8267c77afd94dd802b46a5e.zip |
redraw
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@391 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/talk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 7ff04cb4..f63778c9 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.71 2002/06/26 01:12:48 in2 Exp $ */ +/* $Id: talk.c,v 1.72 2002/06/30 09:20:21 in2 Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -2107,6 +2107,7 @@ static void userlist(void) genbuf, 3, LCECHO); if( genbuf[0] && genbuf[0] != 'q' && atoi(genbuf) >= 0) currutmp->mind = atoi(genbuf) % i; + redrawall = redraw = 1; break; case Ctrl('S'): @@ -2205,6 +2206,7 @@ static void userlist(void) stand_title("寄 信"); prints("[寄信] 收信人:%s", uentp->userid); my_send(uentp->userid); + redrawall = redraw = 1; break; case 'q': |