Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32319

Modified Files:
      Tag: MonetDB_1-20
        Mfilter.py.in 
Log Message:

filter-out the sequence "ESC [ ? 1 0 3 4 h"
aka. 'Interpret "meta" key, sets eighth bit.
(enables the eightBitInput resource)'
that the realine on Fedora 8 seems to issue
just before the prompt.


Index: Mfilter.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mfilter.py.in,v
retrieving revision 1.150.2.5
retrieving revision 1.150.2.6
diff -u -d -r1.150.2.5 -r1.150.2.6
--- Mfilter.py.in       10 Nov 2007 06:02:03 -0000      1.150.2.5
+++ Mfilter.py.in       19 Nov 2007 22:10:58 -0000      1.150.2.6
@@ -312,6 +312,7 @@
     il = iw = ic = el = ew = ec = al = aw = ac = 0
     for iline in open(FILE):
         iline = iline.replace('\r', '')
+        iline = iline.replace('[?1034h','')
         oline = xline = ""
         if iline == "#~BeginVariableOutput~#\n"  or  iline == 
"#~BeginProfilingOutput~#\n":
             ig = 1


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to