summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index bfdb48ff..21088996 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -546,7 +546,7 @@ readdoent(int num, fileheader_t * ent)
prints("%s " ANSI_COLOR(1) "%.*s" ANSI_RESET "%s\n",
mark, special ? 6 : 0, title, special ? title + 6 : title);
else
- prints("\033[1;3%cm%s %s" ANSI_RESET "\n",
+ prints(ANSI_COLOR(1;3%c) "%s %s" ANSI_RESET "\n",
color, mark, title);
}