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 | ce97472e748854f8b8c082de3cbd6abe71522d9f (patch) | |
tree | 2b8e9c1d5f2ead7e13d4c7f880c8a18d9e8e453d | |
parent | cee9acd858e4c74f64b97be1985f065d76efc2b1 (diff) | |
download | pttbbs-ce97472e748854f8b8c082de3cbd6abe71522d9f.tar pttbbs-ce97472e748854f8b8c082de3cbd6abe71522d9f.tar.gz pttbbs-ce97472e748854f8b8c082de3cbd6abe71522d9f.tar.bz2 pttbbs-ce97472e748854f8b8c082de3cbd6abe71522d9f.tar.lz pttbbs-ce97472e748854f8b8c082de3cbd6abe71522d9f.tar.xz pttbbs-ce97472e748854f8b8c082de3cbd6abe71522d9f.tar.zst pttbbs-ce97472e748854f8b8c082de3cbd6abe71522d9f.zip |
redraw
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@391 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/talk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c index 7ff04cb4..f63778c9 100644 --- a/pttbbs/mbbsd/talk.c +++ b/pttbbs/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': |