Kernel/VTerm - (minor) Possible escape sequence to reset terminal state
authorJohn Hodge <[email protected]>
Sun, 8 Sep 2013 11:53:08 +0000 (19:53 +0800)
committerJohn Hodge <[email protected]>
Sun, 8 Sep 2013 11:53:08 +0000 (19:53 +0800)
KernelLand/Kernel/drv/vterm_vt100.c

index 8ebd9bf..83c7a20 100644 (file)
@@ -139,7 +139,10 @@ void VT_int_ParseEscape_StandardLarge(tVTerm *Term, char CmdChar, int argc, int
                        Term->WritePos = args[0] + args[1]*Term->TextWidth;
                //Log_Debug("VTerm", "args = {%i, %i}", args[0], args[1]);
                break;
-       
+//     // Reset formatting?
+//     case 'R':
+//             Term->CurColour = DEFAULT_COLOUR;
+//             break;
        // Scroll up `n` lines
        case 'S':
                tmp = -1;

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