summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-03 18:52:23 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-03 18:52:23 +0800
commit4e946ab86ce46f473b9a2100132ed9ca54f93caf (patch)
tree004d5b3f6e94e732af5be896c8b95501be7d4bfa /mbbsd/mbbsd.c
parent4b129d6c3da671b1b73da9b08a6a97dbf8fcdcad (diff)
downloadpttbbs-4e946ab86ce46f473b9a2100132ed9ca54f93caf.tar
pttbbs-4e946ab86ce46f473b9a2100132ed9ca54f93caf.tar.gz
pttbbs-4e946ab86ce46f473b9a2100132ed9ca54f93caf.tar.bz2
pttbbs-4e946ab86ce46f473b9a2100132ed9ca54f93caf.tar.lz
pttbbs-4e946ab86ce46f473b9a2100132ed9ca54f93caf.tar.xz
pttbbs-4e946ab86ce46f473b9a2100132ed9ca54f93caf.tar.zst
pttbbs-4e946ab86ce46f473b9a2100132ed9ca54f93caf.zip
(pmore) fixed scroll issues for new status line
(mbbsd) fixed initial welcomemsg forgot to clear buffer git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2749 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index c63ab17a..c99468c5 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -992,6 +992,7 @@ user_login(void)
}
if (cuser.userlevel) { /* not guest */
move(t_lines - 4, 0);
+ clrtobot();
welcome_msg();
if( ifbirth ){