summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 92c423f2..dde0ee0f 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1341,7 +1341,7 @@ u_editcalendar(void)
vmsg("行事曆刪除完畢");
} else if (genbuf[0] == 'h') {
move(1, 0);
- clrtoline(b_lines);
+ clrtoln(b_lines);
move(3, 0);
prints("行事曆格式說明:\n編輯時以一行為單位,如:\n\n# 井號開頭的是註解\n2006/05/04 red 上批踢踢!\n\n其中的 red 是指表示的顏色。");
pressanykey();