Fixed bug in libc.so/brk(), fixed support for VT100 escape codes
[tpg/acess2.git] / Kernel / drv / vterm.c
index 4b5a231..d945bda 100644 (file)
@@ -332,6 +332,7 @@ void VT_int_PutString(tVTerm *Term, Uint8 *Buffer, Uint Count)
        {
                if( Buffer[i] == 0x1B ) // Escape Sequence
                {
+                       i ++;
                        i += VT_int_ParseEscape(Term, (char*)&Buffer[i]);
                        continue;
                }

UCC git Repository :: git.ucc.asn.au