summaryrefslogtreecommitdiffstats
path: root/mbbsd/card.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-15 20:28:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-15 20:28:24 +0800
commit05edecab9694e409a989d29de84eb15b44c0bd9a (patch)
treed0f445a3bbdd9931c8cbb61edaa965d2f5b0ce88 /mbbsd/card.c
parent07bf44cf780e56e86488fee37875ce76851b5627 (diff)
downloadpttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.gz
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.bz2
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.lz
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.xz
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.tar.zst
pttbbs-05edecab9694e409a989d29de84eb15b44c0bd9a.zip
- (internal) change API names to visio format: stand_title -> vs_hdr.
- mouts -> (curses style) mvouts git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4167 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/card.c')
-rw-r--r--mbbsd/card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/card.c b/mbbsd/card.c
index 5f5a1530..0c9a3a9a 100644
--- a/mbbsd/card.c
+++ b/mbbsd/card.c
@@ -190,7 +190,7 @@ static void
card_start(char name[])
{
clear();
- stand_title(name);
+ vs_hdr(name);
move(1, 0);
outs(" " ANSI_COLOR(1;33;41) " ¹q ¸£ " ANSI_RESET);
move(10, 0);