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/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 8b6932e1..05159707 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -252,7 +252,7 @@ int fix_cursor(char *str, int pos, unsigned int dir) static void indigestion(int i) { - vmsg("ÄY­«¤º¶Ë (%d)\n", i); + vmsgf("ÄY­«¤º¶Ë (%d)\n", i); u_exit("EDITOR FAILED"); exit(0); } -- cgit v1.2.3