Method Write
Write(IOutputBuffer)
Writes dirty cells from the buffer to the console. Hides cursor, iterates rows/cols,
skips clean cells, batches dirty cells into ANSI sequences, wraps URLs with OSC 8,
then renders sixel images. Cursor visibility is managed by ApplicationMainLoop.SetCursor().
public virtual void Write(IOutputBuffer buffer)
Parameters
bufferIOutputBuffer
Write(StringBuilder)
Output the contents of the output to the console.
protected virtual void Write(StringBuilder output)
Parameters
outputStringBuilder