summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-29 08:55:17 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-29 08:55:17 +0800
commit7cae17f7a8dfa1731b2252738aafe0e90cfaf97d (patch)
tree53d9dbef8dd8cbbe9d48f46694c1dbb0334d23a9
parent2b688c25b5ea7178c7f20344ea4b7a29adb86ffe (diff)
downloadpttbbs-7cae17f7a8dfa1731b2252738aafe0e90cfaf97d.tar
pttbbs-7cae17f7a8dfa1731b2252738aafe0e90cfaf97d.tar.gz
pttbbs-7cae17f7a8dfa1731b2252738aafe0e90cfaf97d.tar.bz2
pttbbs-7cae17f7a8dfa1731b2252738aafe0e90cfaf97d.tar.lz
pttbbs-7cae17f7a8dfa1731b2252738aafe0e90cfaf97d.tar.xz
pttbbs-7cae17f7a8dfa1731b2252738aafe0e90cfaf97d.tar.zst
pttbbs-7cae17f7a8dfa1731b2252738aafe0e90cfaf97d.zip
* rename visio in comments
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4891 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/stuff.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 787ef8dd..a4d0ddb1 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -164,7 +164,7 @@ wait_penalty(int sec)
}
// TODO
-// move this function to visio.c
+// move this function to vtuikit.c
/**
* 從第 y 列開始 show 出 filename 檔案中的前 lines 行。
* mode 為 output 的模式,參數同 strip_ansi。
@@ -227,7 +227,7 @@ show_80x24_screen(const char *filename)
}
// TODO
-// move this function to visio.c or visio.c
+// move this function to vtuikit.c
int
search_num(int ch, int max)
{
@@ -251,7 +251,7 @@ search_num(int ch, int max)
}
// TODO
-// move this function to visio.c or visio.c
+// move this function to vtuikit.c
void
cursor_show(int row, int column)
{
@@ -261,7 +261,7 @@ cursor_show(int row, int column)
}
// TODO
-// move this function to visio.c or visio.c
+// move this function to vtuikit.c
void
cursor_clear(int row, int column)
{
@@ -270,7 +270,7 @@ cursor_clear(int row, int column)
}
// TODO
-// move this function to visio.c or visio.c
+// move this function to vtuikit.c
int
cursor_key(int row, int column)
{
@@ -284,7 +284,7 @@ cursor_key(int row, int column)
}
// TODO
-// move this function to visio.c or visio.c
+// move this function to vtuikit.c
void
printdash(const char *mesg, int msglen)
{
@@ -327,7 +327,7 @@ log_user(const char *fmt, ...)
}
// TODO
-// move this function to visio.c or visio.c
+// move this function to vtuikit.c
void
show_help(const char * const helptext[])
{
@@ -347,7 +347,7 @@ show_help(const char * const helptext[])
}
// TODO
-// move this function to visio.c or visio.c
+// move this function to vtuikit.c
void
show_helpfile(const char *helpfile)
{