From c878b5d74bf21f3b76ee300ebd5be4c1c49002a4 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 5 Jul 2005 16:57:14 +0000 Subject: mailbox pretty print, thx to CatMan in ptt2-PttBug git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2896 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 1b5fe792..3dc6eee5 100644 --- a/include/common.h +++ b/include/common.h @@ -33,8 +33,8 @@ #define FN_BOARDHELP "etc/board.help" #define MSG_DEL_CANCEL "取消刪除" -#define MSG_SELECT_BOARD ANSI_COLOR(7) "【 選擇看板 】" ANSI_RESET "\n" \ - "請輸入看板名稱(按空白鍵自動搜尋):" +#define MSG_SELECT_BOARD ANSI_COLOR(7) "【 選擇看板 】" ANSI_RESET "\n" \ + "請輸入看板名稱(按空白鍵自動搜尋):" #define MSG_CLOAKED "哈哈!我隱形了!看不到勒... :P" #define MSG_UNCLOAK "我要重現江湖了...." #define MSG_BIG_BOY "我是大帥哥! ^o^Y" @@ -52,7 +52,8 @@ ANSI_COLOR(31) "(/?)" ANSI_COLOR(30) "搜尋標題 "\ ANSI_COLOR(31) "(aA)" ANSI_COLOR(30) "搜尋作者 "\ ANSI_COLOR(31) "(x)" ANSI_COLOR(30) "轉錄 "\ - ANSI_COLOR(31) "(V)" ANSI_COLOR(30) "投票 " ANSI_RESET + ANSI_COLOR(31) "(V)" ANSI_COLOR(30) "投票 "\ + ANSI_RESET ANSI_CLRTOEND #define MSG_SEPERATOR "\ ───────────────────────────────────────" @@ -99,12 +100,18 @@ #define ERR_PASSWD "密碼不對喔!你有沒有冒用人家的名字啊?" #define ERR_FILENAME "檔名不合法!" #define MSG_MAILER \ -ANSI_COLOR(34;46) " 鴻雁往返 " ANSI_COLOR(31;47) "(R)" ANSI_COLOR(30) "回信" ANSI_COLOR(31) "(x)" ANSI_COLOR(30) "轉達\ -" ANSI_COLOR(31) "(y)" ANSI_COLOR(30) "群組回信" ANSI_COLOR(31) "(D)" ANSI_COLOR(30) "刪除\ -" ANSI_COLOR(31) "(c)" ANSI_COLOR(30) "收入信件夾" ANSI_COLOR(31) "(z)" ANSI_COLOR(30) "信件夾 " ANSI_COLOR(31) "[G]" ANSI_COLOR(30) "繼續?" ANSI_COLOR(0) "" -#define MSG_SHORTULIST ANSI_COLOR(7) "\ -使用者代號 目前狀態 │使用者代號 目前狀態 │使用者代號 目前狀態 " ANSI_COLOR(0) "" - + ANSI_COLOR(34;46) " 鴻雁往返 " \ + ANSI_COLOR(31;47) " (R)" ANSI_COLOR(30) "回信" \ + ANSI_COLOR(31) "(x)" ANSI_COLOR(30) "轉寄" \ + ANSI_COLOR(31) "(y)" ANSI_COLOR(30) "回群組信 " \ + ANSI_COLOR(31) "(D)" ANSI_COLOR(30) "刪除 " \ + ANSI_COLOR(31) "(c)" ANSI_COLOR(30) "收入信件夾" \ + ANSI_COLOR(31) "(z)" ANSI_COLOR(30) "信件夾 " \ + ANSI_COLOR(31) "←[q]" ANSI_COLOR(30) "離開 " ANSI_RESET ANSI_CLRTOEND + +#define MSG_SHORTULIST ANSI_COLOR(7) \ + "使用者代號 目前狀態 │使用者代號 目前狀態 │"\ + "使用者代號 目前狀態 " ANSI_RESET ANSI_CLRTOEND #define STR_AUTHOR1 "作者:" #define STR_AUTHOR2 "發信人:" -- cgit v1.2.3