From 74f24ed0c4f5309d4ff0fb896a168a11c3a6094e Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 15 Sep 2005 02:11:31 +0000 Subject: match current user behavior git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3171 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 6838134f..37dac779 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2119,15 +2119,16 @@ recommend(int ent, fileheader_t * fhdr, const char *direct) { /* most people use recommendation just for one-line reply. * so we change default to (2)= comment only now. - */ #define RECOMMEND_DEFAULT_VALUE (2) + */ +#define RECOMMEND_DEFAULT_VALUE (0) /* current user behavior */ outs(ANSI_COLOR(1) "您覺得這篇文章 "); prints("%s1.%s %s2.%s %s3.%s " ANSI_RESET "[%d]? ", ctype_attr[0], ctype_long[0], ctype_attr[1], ctype_long[1], ctype_attr[2], ctype_long[2], - RECOMMEND_DEFAULT_VALUE); + RECOMMEND_DEFAULT_VALUE+1); // poor BBS term has problem positioning with ANSI. move(b_lines, 55); -- cgit v1.2.3