diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-12 19:55:00 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-12 19:55:00 +0800 |
commit | 728e27e6f357fa2e00177f949ffed0d830fd004d (patch) | |
tree | 527bde4005feb7ab777751f1626f082447a88fed /include/common.h | |
parent | 0c4c72121c0afc0cca3a4cac6ac70b120cd235c3 (diff) | |
download | pttbbs-728e27e6f357fa2e00177f949ffed0d830fd004d.tar pttbbs-728e27e6f357fa2e00177f949ffed0d830fd004d.tar.gz pttbbs-728e27e6f357fa2e00177f949ffed0d830fd004d.tar.bz2 pttbbs-728e27e6f357fa2e00177f949ffed0d830fd004d.tar.lz pttbbs-728e27e6f357fa2e00177f949ffed0d830fd004d.tar.xz pttbbs-728e27e6f357fa2e00177f949ffed0d830fd004d.tar.zst pttbbs-728e27e6f357fa2e00177f949ffed0d830fd004d.zip |
- (internal) use new visio/vfooter() API to display footers
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4146 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/common.h b/include/common.h index 4d3d7d5d..2aabc0ff 100644 --- a/include/common.h +++ b/include/common.h @@ -109,26 +109,6 @@ #define MSG_SELECT_BOARD ANSI_COLOR(7) "【 選擇看板 】" ANSI_RESET "\n" \ "請輸入看板名稱(按空白鍵自動搜尋): " -#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) "(=[]<>)" ANSI_COLOR(30) "相關主題"\ - ANSI_COLOR(31) "(/?a)" ANSI_COLOR(30) "搜尋標題/作者 "\ - ANSI_COLOR(31) "(b)" ANSI_COLOR(30) "進板畫面"\ - "" -#define MSG_MAILER_LEN (78) -#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/D)" ANSI_COLOR(30) "刪信 " \ - ANSI_COLOR(31) "(m)" ANSI_COLOR(30) "保留標記 " \ - ANSI_COLOR(31) "←[q]" ANSI_COLOR(30) "離開 " \ - "" - #define MSG_SEPERATOR "\ ───────────────────────────────────────" |