summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-10-08 21:51:52 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-10-08 21:51:52 +0800
commitc553b99da5b4df4a76caf3e5975496f8d040a817 (patch)
tree350483312e3d45faac119d53be8b23573ba483b2 /mbbsd/chc.c
parent5884cbc7af026195dac676763e901c0042364afc (diff)
downloadpttbbs-c553b99da5b4df4a76caf3e5975496f8d040a817.tar
pttbbs-c553b99da5b4df4a76caf3e5975496f8d040a817.tar.gz
pttbbs-c553b99da5b4df4a76caf3e5975496f8d040a817.tar.bz2
pttbbs-c553b99da5b4df4a76caf3e5975496f8d040a817.tar.lz
pttbbs-c553b99da5b4df4a76caf3e5975496f8d040a817.tar.xz
pttbbs-c553b99da5b4df4a76caf3e5975496f8d040a817.tar.zst
pttbbs-c553b99da5b4df4a76caf3e5975496f8d040a817.zip
add article header for chess log. also hint user the replay log hotkey 'z'.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3442 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index 6a77886b..19fce8fb 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -326,6 +326,9 @@ chc_genlog(ChessInfo* info, FILE* fp, ChessGameResult result)
board_t board;
int i;
+ fprintf(fp, "按 z 可進入打譜模式\n");
+ fprintf(fp, "\n");
+
if (info->myturn == RED)
fprintf(fp, "%s(%d) V.S. %s(%d)\n",
info->user1.userid, info->user1.orig_rating,