Table of Contents

Method Write

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

Write(IOutputBuffer)

Writes dirty cells from the buffer to the console. Iterates rows/cols, skips clean cells, batches dirty cells into ANSI sequences, emits OSC 8 hyperlink start/close around URL cells, and finally renders queued sixel images. Cursor visibility is managed by ApplicationMainLoop.SetCursor().

public virtual void Write(IOutputBuffer buffer)

Parameters

buffer IOutputBuffer

Write(StringBuilder)

Output the contents of the output to the console.

protected virtual void Write(StringBuilder output)

Parameters

output StringBuilder