diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-05 17:45:48 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-05 17:45:48 +0800 |
commit | fbdd7cbf2c444d251ff0c6826ef952e681baaa2c (patch) | |
tree | 27bdcbddff63f6428a0df8c70894a410bc5167da /include | |
parent | fad6d5dd743843705e3a42da7a80b5bebc009bcb (diff) | |
download | pttbbs-fbdd7cbf2c444d251ff0c6826ef952e681baaa2c.tar pttbbs-fbdd7cbf2c444d251ff0c6826ef952e681baaa2c.tar.gz pttbbs-fbdd7cbf2c444d251ff0c6826ef952e681baaa2c.tar.bz2 pttbbs-fbdd7cbf2c444d251ff0c6826ef952e681baaa2c.tar.lz pttbbs-fbdd7cbf2c444d251ff0c6826ef952e681baaa2c.tar.xz pttbbs-fbdd7cbf2c444d251ff0c6826ef952e681baaa2c.tar.zst pttbbs-fbdd7cbf2c444d251ff0c6826ef952e681baaa2c.zip |
- add some grayout effects, and general code improvement
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3638 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 59fd0fb7..b8d195d3 100644 --- a/include/common.h +++ b/include/common.h @@ -100,8 +100,8 @@ #define MSG_POSTER_LEN (78) #define MSG_POSTER ANSI_COLOR(34;46) " 文章選讀 "\ 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) "(X%)" ANSI_COLOR(30) "推文"\ + ANSI_COLOR(31) "(x)" ANSI_COLOR(30) "轉錄 "\ ANSI_COLOR(31) "(=[]<>)" ANSI_COLOR(30) "相關主題 "\ ANSI_COLOR(31) "(/?a)" ANSI_COLOR(30) "搜尋標題/作者 "\ ANSI_COLOR(31) "(V)" ANSI_COLOR(30) "投票 "\ |