summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-16 14:37:08 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-16 14:37:08 +0800
commit7c8f3e12cac76bd8120190be359a6f7f6a691d64 (patch)
tree9f56e90b868e0c887db12517274bc823ca3cbc98 /mbbsd
parentac3db4abeaa7de99e29480d3e9f103e4d14a465d (diff)
downloadpttbbs-7c8f3e12cac76bd8120190be359a6f7f6a691d64.tar
pttbbs-7c8f3e12cac76bd8120190be359a6f7f6a691d64.tar.gz
pttbbs-7c8f3e12cac76bd8120190be359a6f7f6a691d64.tar.bz2
pttbbs-7c8f3e12cac76bd8120190be359a6f7f6a691d64.tar.lz
pttbbs-7c8f3e12cac76bd8120190be359a6f7f6a691d64.tar.xz
pttbbs-7c8f3e12cac76bd8120190be359a6f7f6a691d64.tar.zst
pttbbs-7c8f3e12cac76bd8120190be359a6f7f6a691d64.zip
- uncaching escape failed again... disable now.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3691 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/screen.c6
1 files changed, 6 insertions, 0 deletions
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;