diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-06 09:45:56 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-06 09:45:56 +0800 |
commit | fe6309732b3f4a4006e0f7dd3eb61009abb6b5da (patch) | |
tree | 0bfd56085c00de3e42594bf659f329a8eab7c106 /include/common.h | |
parent | 7b4a716ba7b13361b1a2cf907b8230c7a856b7f5 (diff) | |
download | pttbbs-fe6309732b3f4a4006e0f7dd3eb61009abb6b5da.tar pttbbs-fe6309732b3f4a4006e0f7dd3eb61009abb6b5da.tar.gz pttbbs-fe6309732b3f4a4006e0f7dd3eb61009abb6b5da.tar.bz2 pttbbs-fe6309732b3f4a4006e0f7dd3eb61009abb6b5da.tar.lz pttbbs-fe6309732b3f4a4006e0f7dd3eb61009abb6b5da.tar.xz pttbbs-fe6309732b3f4a4006e0f7dd3eb61009abb6b5da.tar.zst pttbbs-fe6309732b3f4a4006e0f7dd3eb61009abb6b5da.zip |
msg pretty print
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2901 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/common.h b/include/common.h index 3dc6eee5..dd9c6f10 100644 --- a/include/common.h +++ b/include/common.h @@ -47,13 +47,13 @@ #define MSG_MIME "礦物總沒性別了吧" #define MSG_PASSWD "請輸入您的密碼: " #define MSG_POSTER ANSI_COLOR(34;46) " 文章選讀 "\ - ANSI_COLOR(31;47) " (y)" ANSI_COLOR(30) "回信 "\ - ANSI_COLOR(31) "(=[]<>)" ANSI_COLOR(30) "相關主題 "\ - 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_CLRTOEND + ANSI_COLOR(31;47) " (y)" ANSI_COLOR(30) "回信"\ + ANSI_COLOR(31) "(X)" ANSI_COLOR(30) "推文"\ + ANSI_COLOR(31) "(x)" ANSI_COLOR(30) "轉錄 "\ + ANSI_COLOR(31) "(=[]<>)" ANSI_COLOR(30) "相關主題 "\ + ANSI_COLOR(31) "(/?aA)" ANSI_COLOR(30) "搜尋標題/作者 "\ + ANSI_COLOR(31) "(V)" ANSI_COLOR(30) "投票 "\ + ANSI_RESET ANSI_CLRTOEND #define MSG_SEPERATOR "\ ───────────────────────────────────────" |