From fbdd7cbf2c444d251ff0c6826ef952e681baaa2c Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 5 Dec 2007 09:45:48 +0000 Subject: - add some grayout effects, and general code improvement git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3638 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 2bd82a21..e236fb13 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3330,6 +3330,8 @@ b_config(void) int touched = 0, finished = 0; bp = getbcache(currbid); + grayout_lines(0, b_lines -14, 0); + while(!finished) { move(b_lines - 14, 0); clrtobot(); -- cgit v1.2.3