diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-29 00:26:12 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-29 00:26:12 +0800 |
commit | c4f8dacc618e0a66b68a0ca080bce22ad9498a90 (patch) | |
tree | 95bd0778a3cd571aa3f1617dfd07f223eaac510f /mbbsd/user.c | |
parent | 69178305fc54ad9f44168b60cd715a444ddc46f2 (diff) | |
download | pttbbs-c4f8dacc618e0a66b68a0ca080bce22ad9498a90.tar pttbbs-c4f8dacc618e0a66b68a0ca080bce22ad9498a90.tar.gz pttbbs-c4f8dacc618e0a66b68a0ca080bce22ad9498a90.tar.bz2 pttbbs-c4f8dacc618e0a66b68a0ca080bce22ad9498a90.tar.lz pttbbs-c4f8dacc618e0a66b68a0ca080bce22ad9498a90.tar.xz pttbbs-c4f8dacc618e0a66b68a0ca080bce22ad9498a90.tar.zst pttbbs-c4f8dacc618e0a66b68a0ca080bce22ad9498a90.zip |
- 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
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 ")", |