From bfc74f281231c34b20853236d9ee2081b6cf7111 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 8 Dec 2007 03:35:54 +0000 Subject: help file: fix alignment due to backslash git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3652 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/pmore.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mbbsd/pmore.c') diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index 9f43c770..31c54149 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -1629,7 +1629,10 @@ static const char * const pmore_help[] = { "(a/A) 跳至同一作者下/上篇", "(t/[-/]+) 主題式閱\讀:循序/前/後篇", "\01其他功\能鍵", - "(o/\\) 選項設定/快速設定色彩顯示模式", + + // the line below is already aligned, because of the backslash. + "(o/\\) 選項設定/快速設定色彩顯示模式", + "(p/z) 播放動畫/棋局打譜", "(Ctrl-T) 存入暫存檔", "(q/←) (h/H/?/F1) 結束/本說明畫面", -- cgit v1.2.3