From 65b47400c03f95e8a34513b58555cf12ab7d9ecb Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 22 Aug 2011 05:20:16 +0000 Subject: let's remove all ANSI movement escape sequence. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5386 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/edit.c b/pttbbs/mbbsd/edit.c index 25a25976..f22acc3b 100644 --- a/pttbbs/mbbsd/edit.c +++ b/pttbbs/mbbsd/edit.c @@ -1986,7 +1986,7 @@ write_file(const char *fpath, int saveheader, int *islocal, char mytitle[STRLEN] continue; trim(msg); - + process_ansi_movecmd(msg, YEA); line++; /* check crosspost */ -- cgit v1.2.3