From c4f8dacc618e0a66b68a0ca080bce22ad9498a90 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 28 Dec 2007 16:26:12 +0000 Subject: - fix reg screen display error, reported by watch@PttBug git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3750 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd') diff --git a/mbbsd/user.c b/mbbsd/user.c index 513acccf..38387514 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1797,6 +1797,7 @@ u_register(void) else vmsg(errcode); } + move(11, 0); clrtobot(); while (1) { getfield(11, "含" ANSI_COLOR(1;33) "縣市" ANSI_RESET "及門寢號碼" "(台北請加" ANSI_COLOR(1;33) "行政區" ANSI_RESET ")", -- cgit v1.2.3