Added debug to newline handler, started extending DIR command
[tpg/acess2.git] / Kernel / drv / vterm.c
index e5abc73..fef93d8 100644 (file)
@@ -473,6 +473,7 @@ void VT_int_PutChar(tVTerm *Term, Uint32 Ch)
        {
        case 0: return; // Ignore NULL byte
        case '\n':
+               LOG("%i += %i", Term->WritePos, Term->Width);
                Term->WritePos += Term->Width;
        case '\r':
                Term->WritePos -= Term->WritePos % Term->Width;

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