From ff24026ce0222c9b0bc78ee075dd0ca9bb50c193 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 5 Aug 2005 20:19:49 +0000 Subject: large terminal rules. - vmsg with formats is now vmsgf. - deprecates vmsg_lines = i hope changes in admin does not make trouble because the old way looks like a mess within my terminal. - pending issue: = pressanykey_or_callangel is in oldway = showtitle, msg_seperator, and others should also be fixed git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2995 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/announce.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd/announce.c') diff --git a/mbbsd/announce.c b/mbbsd/announce.c index 78cfbfc8..b9197343 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -883,7 +883,7 @@ a_showname(const menu_t * pm) sym = 1; } if (sym) { - vmsg("此 symbolic link 指向 %s\n", &buf[i + 1]); + vmsgf("此 symbolic link 指向 %s\n", &buf[i + 1]); } } } @@ -1075,12 +1075,12 @@ a_menu(const char *maintitle, char *path, int lastlevel, char *trans_buffer) if (!isvisible_man(&me)) break; #ifdef DEBUG - vmsg("%s/%s", &path[11], fhdr->filename);; + vmsgf("%s/%s", &path[11], fhdr->filename);; #endif snprintf(fname, sizeof(fname), "%s/%s", path, fhdr->filename); if (*fhdr->filename == 'H' && fhdr->filename[1] == '.') { vmsg("不再支援 gopher mode, 請使用瀏覽器直接瀏覽"); - vmsg("gopher://%s/1/",fhdr->filename+2); + vmsgf("gopher://%s/1/",fhdr->filename+2); } else if (dashf(fname)) { int more_result; -- cgit v1.2.3