summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-10 17:52:10 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-10 17:52:10 +0800
commit7e79a3d99812c3547e464b9f8fa7b38829c443e4 (patch)
tree57636019206c1db492627a25c7bbf232869ccc66
parent7c852a0fc72bfb1dd209e2f8c1706c81454f356d (diff)
downloadpttbbs-7e79a3d99812c3547e464b9f8fa7b38829c443e4.tar
pttbbs-7e79a3d99812c3547e464b9f8fa7b38829c443e4.tar.gz
pttbbs-7e79a3d99812c3547e464b9f8fa7b38829c443e4.tar.bz2
pttbbs-7e79a3d99812c3547e464b9f8fa7b38829c443e4.tar.lz
pttbbs-7e79a3d99812c3547e464b9f8fa7b38829c443e4.tar.xz
pttbbs-7e79a3d99812c3547e464b9f8fa7b38829c443e4.tar.zst
pttbbs-7e79a3d99812c3547e464b9f8fa7b38829c443e4.zip
* refine pager prompt in 80x25 environment
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4924 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/more.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/more.c b/pttbbs/mbbsd/more.c
index 75000aa3..8fed9ee2 100644
--- a/pttbbs/mbbsd/more.c
+++ b/pttbbs/mbbsd/more.c
@@ -321,10 +321,10 @@ display_hotkey_footer(const char *caption, const char *kattr, const char *vattr)
static int
common_pmore_footer_handler(int ratio, int width, void *ctx)
{
-#define FOOTERMSG_READ_LONG "(y)回應 (X/%)推文 (h)說明 (←/q)離開 "
+#define FOOTERMSG_READ_LONG "(y)回應(X%)推文(h)說明(←)離開 "
#define FOOTERMSG_MAIL_LONG "(y)回信 (h)說明 (←/q)離開 "
#define FOOTERMSG_SHORT "(h)說明 (←/q)離開 "
-#define FOOTERMSG_VERYSHORT "(←/q)離開 "
+#define FOOTERMSG_VERYSHORT "(←q)離開 "
int w;
if (currstat == RMAIL && (w = MACROSTRLEN(FOOTERMSG_MAIL_LONG)) <= width)