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
commit4e4b3afffb7b8852797007348715a5287fba05a7 (patch)
tree439170e14d4e83004ee15fa78a445324f4c8492a
parent49125217cf97d002802e5f215d5647c8357a0d82 (diff)
downloadpttbbs-4e4b3afffb7b8852797007348715a5287fba05a7.tar
pttbbs-4e4b3afffb7b8852797007348715a5287fba05a7.tar.gz
pttbbs-4e4b3afffb7b8852797007348715a5287fba05a7.tar.bz2
pttbbs-4e4b3afffb7b8852797007348715a5287fba05a7.tar.lz
pttbbs-4e4b3afffb7b8852797007348715a5287fba05a7.tar.xz
pttbbs-4e4b3afffb7b8852797007348715a5287fba05a7.tar.zst
pttbbs-4e4b3afffb7b8852797007348715a5287fba05a7.zip
* rename visio in comments
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4891 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/stuff.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/pttbbs/mbbsd/stuff.c b/pttbbs/mbbsd/stuff.c
index 787ef8dd..a4d0ddb1 100644
--- a/pttbbs/mbbsd/stuff.c
+++ b/pttbbs/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)
{