Kernel/VTerm - Added stub support for an escape code vim uses
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm_termbuf.c
index 89511cc..e03302a 100644 (file)
@@ -24,7 +24,7 @@ void VT_int_PutString(tVTerm *Term, const Uint8 *Buffer, Uint Count)
                int ret = VT_int_ParseEscape(Term, (const char*)&Buffer[i], Count-i);
                if( ret > 0 )
                {
-                       i += ret;
+                       i += ret-1;
                        continue;
                }
                

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