Table of Contents

Method Write

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

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

buffer IOutputBuffer

Write(StringBuilder)

Output the contents of the output to the console.

protected virtual void Write(StringBuilder output)

Parameters

output StringBuilder