From 55b8273649fd7fd851847628ed53d96bf190e592 Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 12 Jul 2004 16:23:22 +0000 Subject: chage the color of push bottom git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2133 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 47a25dac..55cc297d 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -219,7 +219,11 @@ readdoent(int num, fileheader_t * ent) else strcpy(recom,"0m "); if (ent->filemode & FILE_BOTTOM) - outs(" \033[1;31m¸m©³"); + outs(" \033[1;31m¸m©³\033[m"); + else if (ent->filemode & FILE_DIGEST) + outs(" \033[1;32m¤åºK\033[m"); + else if (ent->filemode & FILE_MARKED) + prints("\033[1;33m%6d\033[m", num); else prints("%6d", num); -- cgit v1.2.3