summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-17 11:26:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-17 11:26:22 +0800
commitf665f13b5bdcb87f19a0681481f6044cbcc109b9 (patch)
tree59dc95cf053cc3e4ee3cbabc18f218f78d866404 /mbbsd/pmore.c
parente12b8fb5f87d5bede1af88074cd6c85be93b121c (diff)
downloadpttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.gz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.bz2
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.lz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.xz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.zst
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.zip
- general message update and optimization
- change search_num() to getdata(), allow unified control git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3698 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index eac18ac1..600535d7 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -233,11 +233,10 @@ pmore_clrtoeol(int y, int x)
for (i = x; i < t_columns; i++)
outc(' ');
clrtoeol();
- move(y, x);
+ move(y, x); // this is required, due to outc().
#else
move(y, x);
clrtoeol();
- move(y, x);
#endif
}
@@ -1989,7 +1988,7 @@ pmore(char *fpath, int promptend)
postfix1len = 12; // check msg below
postfix2len = 10;
- if(mf_viewedAll()) postfix1len = 15;
+ if(mf_viewedAll()) postfix1len = 16;
if (prefixlen + postfix1len + postfix2len + 1 > t_columns)
{
@@ -2006,7 +2005,7 @@ pmore(char *fpath, int promptend)
outs(
mf_viewedAll() ?
ANSI_COLOR(0;31;47)"(y)" ANSI_COLOR(30) "回信"
- ANSI_COLOR(31) "(X)" ANSI_COLOR(30) "推文 "
+ ANSI_COLOR(31) "(X%)" ANSI_COLOR(30) "推文 "
:
ANSI_COLOR(0;31;47) "(h)"
ANSI_COLOR(30) "按鍵說明 "