From 7c8f3e12cac76bd8120190be359a6f7f6a691d64 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 16 Dec 2007 06:37:08 +0000 Subject: - uncaching escape failed again... disable now. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3691 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/screen.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mbbsd/screen.c b/mbbsd/screen.c index 59e0addb..9a8f74e5 100644 --- a/mbbsd/screen.c +++ b/mbbsd/screen.c @@ -245,6 +245,11 @@ refresh(void) } #endif // DBCSAWARE +#if 0 + // disable now, bugs: + // (1) pmore scrolling failed + // (2) input number (goto) in bbs list (search_num) + // // more effort to determine ANSI smod if (bp->smod > 0) { @@ -258,6 +263,7 @@ refresh(void) } } } +#endif if (bp->emod >= len) bp->emod = len - 1; -- cgit v1.2.3