Ejemplo n.º 1
0
 void UpdateLine()
 {
     _screen.ClearLine(Typer.Cursor.y, Typer.borderWidth, Typer.borderWidth);
     Typer.Cursor.SetPosition(Typer.borderWidth, Typer.Cursor.y);
     Typer.Print(">" + _command);
     _screen.Apply();
 }