summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-03 20:54:30 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-03 20:54:30 +0800
commit74ceac39794d1f3744a4c14e0e48d787d538b5d0 (patch)
tree8f59926ff410f1efd6476df852e3f2492014cced /include
parentc910fdb835478291442032bf6523d41949aa68d9 (diff)
downloadpttbbs-74ceac39794d1f3744a4c14e0e48d787d538b5d0.tar
pttbbs-74ceac39794d1f3744a4c14e0e48d787d538b5d0.tar.gz
pttbbs-74ceac39794d1f3744a4c14e0e48d787d538b5d0.tar.bz2
pttbbs-74ceac39794d1f3744a4c14e0e48d787d538b5d0.tar.lz
pttbbs-74ceac39794d1f3744a4c14e0e48d787d538b5d0.tar.xz
pttbbs-74ceac39794d1f3744a4c14e0e48d787d538b5d0.tar.zst
pttbbs-74ceac39794d1f3744a4c14e0e48d787d538b5d0.zip
- 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
Diffstat (limited to 'include')
-rw-r--r--include/common.h6
-rw-r--r--include/modes.h1
2 files changed, 4 insertions, 3 deletions
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