summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-06 00:57:14 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-06 00:57:14 +0800
commitc878b5d74bf21f3b76ee300ebd5be4c1c49002a4 (patch)
tree128628bd343313fe4b475fc48108374903f2386e /include
parent8e98be925ce38e16b56175a6c6f10a34517af29f (diff)
downloadpttbbs-c878b5d74bf21f3b76ee300ebd5be4c1c49002a4.tar
pttbbs-c878b5d74bf21f3b76ee300ebd5be4c1c49002a4.tar.gz
pttbbs-c878b5d74bf21f3b76ee300ebd5be4c1c49002a4.tar.bz2
pttbbs-c878b5d74bf21f3b76ee300ebd5be4c1c49002a4.tar.lz
pttbbs-c878b5d74bf21f3b76ee300ebd5be4c1c49002a4.tar.xz
pttbbs-c878b5d74bf21f3b76ee300ebd5be4c1c49002a4.tar.zst
pttbbs-c878b5d74bf21f3b76ee300ebd5be4c1c49002a4.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/common.h25
1 files changed, 16 insertions, 9 deletions
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 "發信人:"