summaryrefslogtreecommitdiffstats
path: root/mbbsd/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/screen.c')
-rw-r--r--mbbsd/screen.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c
index a58be429..e0b55ddb 100644
--- a/mbbsd/screen.c
+++ b/mbbsd/screen.c
@@ -241,6 +241,9 @@ clrtoeol()
slp->len = cur_col;
}
+/**
+ * 從目前的行數(scr_ln) clear 到第 line 行
+ */
void
clrtoline(int line)
{
@@ -257,6 +260,9 @@ clrtoline(int line)
}
}
+/**
+ * 從目前的行數(scr_ln) clear 到底
+ */
inline void
clrtobot()
{