summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-26 16:24:59 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-26 16:24:59 +0800
commit689674475e60a570a7ba2bf66249fdfbc8752edc (patch)
tree52564fd9850f768b28d6caf52eaa175f1dd3985e /mbbsd/board.c
parent34958c3298f67a03f7091dac44001a5f19aa1db6 (diff)
downloadpttbbs-689674475e60a570a7ba2bf66249fdfbc8752edc.tar
pttbbs-689674475e60a570a7ba2bf66249fdfbc8752edc.tar.gz
pttbbs-689674475e60a570a7ba2bf66249fdfbc8752edc.tar.bz2
pttbbs-689674475e60a570a7ba2bf66249fdfbc8752edc.tar.lz
pttbbs-689674475e60a570a7ba2bf66249fdfbc8752edc.tar.xz
pttbbs-689674475e60a570a7ba2bf66249fdfbc8752edc.tar.zst
pttbbs-689674475e60a570a7ba2bf66249fdfbc8752edc.zip
- board: revert back with traditional style
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3871 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index f2d9ac81..046e8761 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1125,8 +1125,9 @@ show_brdlist(int head, int clsflag, int newflag)
if (!(ptr->myattr & NBRD_FAV))
outs(ANSI_COLOR(1;30));
- outs("------------" // " "
- "------"
+ outs("------------"
+ " "
+ // "------"
"------------------------------------------"
ANSI_RESET "\n");
continue;
@@ -1138,7 +1139,13 @@ show_brdlist(int head, int clsflag, int newflag)
get_data_number(get_fav_folder(getfolder(ptr->bid))) :
head, ptr->myattr & NBRD_TAG ? 'D' : ' ');
- // prints(" ¥Ø¿ý ¡¼%-34s", title);
+ // well, what to print with myfav folders?
+ // this style is too long and we don't want to
+ // fight with users...
+ // think about new way some otherday.
+ prints("%sMyFavFolder" ANSI_RESET " ¥Ø¿ý ¡¼%-34s",
+ !(cuser.uflag2 & FAVNOHILIGHT)?HILIGHT_COLOR : "",
+ title);
/*
if (!(cuser.uflag2 & FAVNOHILIGHT))
outs(HILIGHT_COLOR);
@@ -1146,9 +1153,11 @@ show_brdlist(int head, int clsflag, int newflag)
outs(ANSI_RESET);
prints(" ¥Ø¿ý £U%-34s", title);
*/
+ /*
outs(ANSI_COLOR(0;36));
prints("£U%-70.70s", title);
outs(ANSI_RESET);
+ */
continue;
}