summaryrefslogtreecommitdiffstats
path: root/mbbsd/friend.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/friend.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/friend.c')
-rw-r--r--mbbsd/friend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/friend.c b/mbbsd/friend.c
index 4f7a2987..f5393989 100644
--- a/mbbsd/friend.c
+++ b/mbbsd/friend.c
@@ -386,7 +386,7 @@ friend_edit(int type)
}
dirty = 0;
while (1) {
- stand_title(friend_list[type]);
+ vs_hdr(friend_list[type]);
/* TODO move (0, 40) just won't really work as it hints.
* The ANSI secapes will change x coordinate. */
move(0, 40);
@@ -533,7 +533,7 @@ t_fix_aloha()
char fn[PATHLEN] = "";
clear();
- stand_title("修正上站通知");
+ vs_hdr("修正上站通知");
outs("這是用來修正某些使用者遇到錯誤的上站通知的問題。\n"
ANSI_COLOR(1) "如果你沒遇到此類問題可直接離開。" ANSI_RESET "\n\n"