From 74ceac39794d1f3744a4c14e0e48d787d538b5d0 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 3 Jan 2008 12:54:30 +0000 Subject: - re-enable sysop-edit in article list mode - move sysop-edit log to more instead of pmore body git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3778 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 6 +++--- include/modes.h | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 982a1dd6..b3228ac5 100644 --- a/include/common.h +++ b/include/common.h @@ -64,8 +64,8 @@ #define MSG_SURE_NY "請您確定(Y/N)?[N] " #define MSG_SURE_YN "請您確定(Y/N)?[Y] " -#define MSG_BID "請輸入看板名稱:" -#define MSG_UID "請輸入使用者代號:" +#define MSG_BID "請輸入看板名稱: " +#define MSG_UID "請輸入使用者代號: " #define MSG_PASSWD "請輸入您的密碼: " #define MSG_BIG_BOY "我是大帥哥! ^o^Y" @@ -97,7 +97,7 @@ /* LONG MESSAGES */ #define MSG_SELECT_BOARD ANSI_COLOR(7) "【 選擇看板 】" ANSI_RESET "\n" \ - "請輸入看板名稱(按空白鍵自動搜尋):" + "請輸入看板名稱(按空白鍵自動搜尋): " #define MSG_POSTER_LEN (78) #define MSG_POSTER ANSI_COLOR(34;46) " 文章選讀 "\ diff --git a/include/modes.h b/include/modes.h index 18eb9487..6984468c 100644 --- a/include/modes.h +++ b/include/modes.h @@ -21,6 +21,7 @@ #define RET_DOREPLY (999) #define RET_DORECOMMEND (998) #define RET_DOQUERYINFO (997) +#define RET_DOSYSOPEDIT (996) /* user 操作狀態與模式 */ #define IDLE 0 -- cgit v1.2.3