From a0f8ef1e2e04905908478088fc376435b770417c Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 8 Jun 2005 02:46:24 +0000 Subject: New style to specify ANSI escape commands. First introduced by pmore, but this hard work (to transform all files to new style) is made by Rong-en Fan (rafan). Thanks! git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2796 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/friend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/friend.c') diff --git a/mbbsd/friend.c b/mbbsd/friend.c index 855056be..3d2898b4 100644 --- a/mbbsd/friend.c +++ b/mbbsd/friend.c @@ -97,7 +97,7 @@ friend_special(void) FILE *fp; friend_file[FRIEND_SPECIAL] = special_list; for (i = 0; i <= 9; i++) { - snprintf(genbuf, sizeof(genbuf), " (\033[36m%d\033[m) .. ", i); + snprintf(genbuf, sizeof(genbuf), " (" ANSI_COLOR(36) "%d" ANSI_RESET ") .. ", i); special_des[5] = i + '0'; setuserfile(fname, special_des); if( (fp = fopen(fname, "r")) != NULL ){ -- cgit v1.2.3