summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index dc70f29e..03433603 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -1868,6 +1868,7 @@ pmore(char *fpath, int promptend)
postfix1len = 12; // check msg below
postfix2len = 10;
+ if(mf_viewedAll()) postfix1len = 15;
if (prefixlen + postfix1len + postfix2len + 1 > t_columns)
{
@@ -1882,6 +1883,10 @@ pmore(char *fpath, int promptend)
if(postfix1len > 0)
outs(
+ mf_viewedAll() ?
+ ANSI_COLOR(0;31;47)" (y)" ANSI_COLOR(30) "回信"
+ ANSI_COLOR(31) "(X)" ANSI_COLOR(30) "推文 "
+ :
ANSI_COLOR(0;31;47) "(h)"
ANSI_COLOR(30) "按鍵說明 "
);