From 7e79a3d99812c3547e464b9f8fa7b38829c443e4 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 10 Oct 2009 09:52:10 +0000 Subject: * refine pager prompt in 80x25 environment git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4924 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/more.c | 4 ++-- 1 file 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) -- cgit v1.2.3