Table of Contents

Method AppendAscii

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

AppendAscii(string)

Appends an ASCII string as raw bytes. Caller must ensure text is pure ASCII. No UTF-8 encoding is performed — each char is truncated to byte directly.

public void AppendAscii(string text)

Parameters

text string