From 2ffc08bb0498d5f15af3a3e0118df3f70d96a939 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 16 Dec 2007 02:38:35 +0000 Subject: - revert uncaching of ANSI escapes: need more tricks to finish it. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3686 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/screen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mbbsd/screen.c b/mbbsd/screen.c index 7d512aca..c959cf45 100644 --- a/mbbsd/screen.c +++ b/mbbsd/screen.c @@ -358,8 +358,7 @@ outc(unsigned char c) slp->len = cur_col + 1; } - // flush ANSI escapes everytime. - if (c == ESC_CHR || slp->data[cur_col] != c) { + if (slp->data[cur_col] != c) { slp->data[cur_col] = c; if (!(slp->mode & MODIFIED)) slp->smod = slp->emod = cur_col; -- cgit v1.2.3