summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-13 12:02:01 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-13 12:02:01 +0800
commitce697837e94da1fa7ac0a1dc83e3518c882c5f82 (patch)
tree7f09b889ab5d54b9f478f40d5c205d9ee5355595 /mbbsd/io.c
parente3996173b492a380965b21be3a515b0f39ffa721 (diff)
downloadpttbbs-ce697837e94da1fa7ac0a1dc83e3518c882c5f82.tar
pttbbs-ce697837e94da1fa7ac0a1dc83e3518c882c5f82.tar.gz
pttbbs-ce697837e94da1fa7ac0a1dc83e3518c882c5f82.tar.bz2
pttbbs-ce697837e94da1fa7ac0a1dc83e3518c882c5f82.tar.lz
pttbbs-ce697837e94da1fa7ac0a1dc83e3518c882c5f82.tar.xz
pttbbs-ce697837e94da1fa7ac0a1dc83e3518c882c5f82.tar.zst
pttbbs-ce697837e94da1fa7ac0a1dc83e3518c882c5f82.zip
* fix: money was not synchronized...
* also enhanced more check with explicit reload git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4835 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 375d1a6d..432b4004 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -16,6 +16,9 @@
static unsigned char real_outbuf[OBUFSIZE + CVTGAP*2] = " ",
real_inbuf [IBUFSIZE + CVTGAP*2] = " ";
+// we've seen such pattern - make it accessible for movie mode.
+#define CLIENT_ANTI_IDLE_STR ESC_STR "OA" ESC_STR "OB"
+
// use defines instead - it is discovered that sometimes the input/output buffer was overflow,
// without knowing why.
// static unsigned char *outbuf = real_outbuf + 3, *inbuf = real_inbuf + 3;