/// <summary> Blits the screenbuffer to the Console window. </summary> public void DisplayBuffer() { ConsoleBuffer.SetBuffer(CharBuffer, ColorBuffer, Background); ConsoleBuffer.Blit(); }
/// <summary> Blits the screenbuffer to the Console window. </summary> public void DisplayBuffer() { ConsoleBuffer.SetBuffer(GlyphBuffer, Background); ConsoleBuffer.Blit(); }