summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-09 10:37:52 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-09 10:37:52 +0800
commit99e5c63042e2e4d94477b904be2a8986ab6795f0 (patch)
tree4c27358bc578fcd809bbb42511f2057d12238c92 /mbbsd
parent1b30bb03b2bc990a3daa8fc8a2b8ad79d532b5bd (diff)
downloadpttbbs-99e5c63042e2e4d94477b904be2a8986ab6795f0.tar
pttbbs-99e5c63042e2e4d94477b904be2a8986ab6795f0.tar.gz
pttbbs-99e5c63042e2e4d94477b904be2a8986ab6795f0.tar.bz2
pttbbs-99e5c63042e2e4d94477b904be2a8986ab6795f0.tar.lz
pttbbs-99e5c63042e2e4d94477b904be2a8986ab6795f0.tar.xz
pttbbs-99e5c63042e2e4d94477b904be2a8986ab6795f0.tar.zst
pttbbs-99e5c63042e2e4d94477b904be2a8986ab6795f0.zip
pmore: help update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3654 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/pmore.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 31c54149..7adfc184 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -1616,14 +1616,13 @@ static const char * const pmore_help[] = {
"\0閱\讀文章功\能鍵使用說明",
"\01游標移動功\能鍵",
"(k/↑) (j/↓/Enter) 上捲/下捲一行",
- "(^B)(PgUp)(BackSpace) 上捲一頁",
- "(^F)(PgDn)(Space)(→) 下捲一頁",
+ "(^B/PgUp/BackSpace) 上捲一頁",
+ "(^F/PgDn/Space/→) 下捲一頁",
"(,/</S-TAB)(./>/TAB) 左/右捲動",
"(0/g/Home) ($/G/End) 檔案開頭/結尾",
"數字鍵 1-9 (;/:) 跳至輸入的頁數或行數",
"\01進階功\能鍵",
- "(/" ANSI_COLOR(1;30) "/" ANSI_RESET
- "s) 搜尋字串",
+ "(/)(s) 搜尋字串",
"(n/N) 重複正/反向搜尋",
"(f/b) 跳至下/上篇",
"(a/A) 跳至同一作者下/上篇",
@@ -1631,9 +1630,8 @@ static const char * const pmore_help[] = {
"\01其他功\能鍵",
// the line below is already aligned, because of the backslash.
- "(o/\\) 選項設定/快速設定色彩顯示模式",
-
- "(p/z) 播放動畫/棋局打譜",
+ "(o)/(\\) 選項設定/色彩顯示模式",
+ "(p)/(z) 播放動畫/棋局打譜",
"(Ctrl-T) 存入暫存檔",
"(q/←) (h/H/?/F1) 結束/本說明畫面",
#ifdef DEBUG