diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-05 00:46:01 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-05 00:46:01 +0800 |
commit | acea666b1d2913702055324e5a63f35e18d78250 (patch) | |
tree | 5bfb82a52677dce0b41858ab5a4d30630167a483 /include | |
parent | 6cbe8ceb129a4490a4f7a8163c20b6687a040358 (diff) | |
download | pttbbs-acea666b1d2913702055324e5a63f35e18d78250.tar pttbbs-acea666b1d2913702055324e5a63f35e18d78250.tar.gz pttbbs-acea666b1d2913702055324e5a63f35e18d78250.tar.bz2 pttbbs-acea666b1d2913702055324e5a63f35e18d78250.tar.lz pttbbs-acea666b1d2913702055324e5a63f35e18d78250.tar.xz pttbbs-acea666b1d2913702055324e5a63f35e18d78250.tar.zst pttbbs-acea666b1d2913702055324e5a63f35e18d78250.zip |
help update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2984 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 dd9c6f10..c9836b12 100644 --- a/include/common.h +++ b/include/common.h @@ -49,9 +49,9 @@ #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) "(=[]<>)" ANSI_COLOR(30) "相關主題 "\ - ANSI_COLOR(31) "(/?aA)" ANSI_COLOR(30) "搜尋標題/作者 "\ + ANSI_COLOR(31) "(/?a)" ANSI_COLOR(30) "搜尋標題/作者 "\ ANSI_COLOR(31) "(V)" ANSI_COLOR(30) "投票 "\ ANSI_RESET ANSI_CLRTOEND #define MSG_SEPERATOR "\ |