From 50c77ea036789d89e87169da367bbbec9aff04ad Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 28 Jul 2005 11:52:04 +0000 Subject: pretty format git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2973 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mbbsd/board.c b/mbbsd/board.c index 08d7ffac..d7be9eb6 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -493,8 +493,9 @@ show_brdlist(int head, int clsflag, int newflag) showtitle("看板列表", BBSName); prints("[←]主選單 [→]閱\讀 [↑↓]選擇 [S]排序 [/]搜尋 " "[m]加入或移出我的最愛 [h]求助\n" - ANSI_COLOR(7) "%-20s 類別 轉信%-31s人氣 板 主 " ANSI_RESET, - newflag ? "總數 未讀 看 板" : " 編號 看 板", + ANSI_COLOR(7) "%-20s 類別 轉信%-30s" + "人氣 板 主 " ANSI_RESET, + newflag ? "總數 未讀 看 板" : " 編號 看 板", " 中 文 敘 述"); move(b_lines, 0); brdlist_foot(); @@ -600,10 +601,10 @@ show_brdlist(int head, int clsflag, int newflag) outs(ANSI_COLOR(1) "HOT" ANSI_RESET); else //if (B_BH(ptr)->nuser > 50) prints(ANSI_COLOR(1;31) "%2d" ANSI_RESET " ", B_BH(ptr)->nuser); - prints("%.*s" ANSI_CLRTOEND, t_columns - 67, B_BH(ptr)->BM); + prints("%.*s" ANSI_CLRTOEND, t_columns - 66, B_BH(ptr)->BM); } else { prints("%-40.40s %.*s", B_BH(ptr)->title + 7, - t_columns - 67, B_BH(ptr)->BM); + t_columns - 66, B_BH(ptr)->BM); } } clrtoeol(); -- cgit v1.2.3