C# Class SadConsole.Ansi.AnsiWriter

Show file Open project: Thraka/SadConsole

Public Methods

Method Description
AnsiInterpret ( string code ) : void

Interprets an individual ansi code.

AnsiReadLine ( string line, bool moreLines = false ) : bool

Reads a line of ANSI.SYS code.

AnsiWriter ( Document ansiDocument, SurfaceEditor editor ) : System
Process ( double timeElapsed ) : void
ReadEntireDocument ( ) : void

Loads an ansi file and parses it.

Restart ( ) : void

Method Details

AnsiInterpret() public method

Interprets an individual ansi code.
public AnsiInterpret ( string code ) : void
code string The ANSI.SYS code to read.
return void

AnsiReadLine() public method

Reads a line of ANSI.SYS code.
public AnsiReadLine ( string line, bool moreLines = false ) : bool
line string The line to read.
moreLines bool
return bool

AnsiWriter() public method

public AnsiWriter ( Document ansiDocument, SurfaceEditor editor ) : System
ansiDocument Document
editor SadConsole.Consoles.SurfaceEditor
return System

Process() public method

public Process ( double timeElapsed ) : void
timeElapsed double
return void

ReadEntireDocument() public method

Loads an ansi file and parses it.
public ReadEntireDocument ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void