diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-02-16 10:24:38 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-02-16 10:24:38 +0800 |
commit | 09d818df45cb9980d8602411029f74453c4adafd (patch) | |
tree | e2de09b0fbc384c7530191b3327d79855603b947 /mbbsd | |
parent | 488f5a4bb8d20b2a5db87cef6e49493fa00a096f (diff) | |
download | pttbbs-09d818df45cb9980d8602411029f74453c4adafd.tar pttbbs-09d818df45cb9980d8602411029f74453c4adafd.tar.gz pttbbs-09d818df45cb9980d8602411029f74453c4adafd.tar.bz2 pttbbs-09d818df45cb9980d8602411029f74453c4adafd.tar.lz pttbbs-09d818df45cb9980d8602411029f74453c4adafd.tar.xz pttbbs-09d818df45cb9980d8602411029f74453c4adafd.tar.zst pttbbs-09d818df45cb9980d8602411029f74453c4adafd.zip |
move text to the right
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3484 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 078ccc7c..54fdf095 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3278,15 +3278,15 @@ b_config(void) " 回文 (群組長以上才可設定此項)", (bp->brdattr & BRD_NOREPLY) ? "不可以" : "可以" ); - move(b_lines - 10, 56); + move(b_lines - 10, 62); prints("發文限制"); - move(b_lines - 9, 58); + move(b_lines - 9, 64); prints("上站次數 %d 次以上", (int)bp->post_limit_logins * 10); - move(b_lines - 8, 58); + move(b_lines - 8, 64); prints("文章篇數 %d 篇以上", (int)bp->post_limit_posts * 10); - move(b_lines - 7, 58); + move(b_lines - 7, 64); prints("註冊時間 %d 個月以上", (int)bp->post_limit_regtime); - move(b_lines - 6, 58); + move(b_lines - 6, 64); prints("劣文篇數 %d 篇以下", 255 - (int)bp->post_limit_badpost); move(b_lines, 0); |