From dfea74efad41eddf6350265a5b41eed98a080022 Mon Sep 17 00:00:00 2001 From: piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Sat, 6 Aug 2005 05:22:57 +0000 Subject: msg format update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2997 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/board.c b/mbbsd/board.c index c5f34290..bf5867d9 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -444,10 +444,18 @@ get_fav_type(boardstat_t *ptr) static void brdlist_foot(void) { - prints(ANSI_COLOR(34;46) " ��ܬݪO " ANSI_COLOR(31;47) " (c)" ANSI_COLOR(30) "�s�峹�Ҧ� " - ANSI_COLOR(31) "(v/V)" ANSI_COLOR(30) "�аO�wŪ/��Ū " ANSI_COLOR(31) "(y)" ANSI_COLOR(30) "�z��%s" - " " ANSI_COLOR(31) "(m)" ANSI_COLOR(30) "�����̷R " ANSI_RESET, - IS_LISTING_FAV() ? "�̷R" : IS_LISTING_BRD() ? "����" : "����"); + outs( ANSI_COLOR(34;46) " ��ܬݪO " + ANSI_COLOR(31;47) " (c)" ANSI_COLOR(30) "�s�峹�Ҧ� " + ANSI_COLOR(31) "(v/V)" ANSI_COLOR(30) "�аO�wŪ/��Ū " + ANSI_COLOR(31) "(y)" ANSI_COLOR(30) "�z��"); + if(IS_LISTING_FAV()) + outs("�̷R"); + else if (IS_LISTING_BRD()) + outs("����"); + else outs("����"); + + outslr(" " ANSI_COLOR(31) "(m)" ANSI_COLOR(30) "�����̷R", + 73, ANSI_RESET, 0); } @@ -491,7 +499,8 @@ show_brdlist(int head, int clsflag, int newflag) "�X�X" ANSI_RESET " �� �X��" ANSI_RESET); } else if (clsflag) { showtitle("�ݪO�C��", BBSName); - outs("[��]�D��� [��]�\\Ū [����]��� [S]�Ƨ� [/]�j�M [m]�[�J�β��X�ڪ��̷R [h]�D�U\n"); + // [m]�[�J�β��X�ڪ��̷R + outs("[��][q]�D��� [��][r]�\\Ū [����]��� [PgUp][PgDn]½�� [S]�Ƨ� [/]�j�M [h]�D�U\n"); outs(ANSI_COLOR(7)); outs( newflag ? "�`�� ��Ū �� �O " : -- cgit v1.2.3