Table of Contents

Method MakePrintable

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MakePrintable(Rune)

Ensures the rune is not a control character and can be displayed by translating characters below 0x20 to equivalent, printable, Unicode chars.

public static Rune MakePrintable(this Rune rune)

Parameters

rune Rune

Returns

Rune

Remarks

This is a Terminal.Gui extension method to Rune to support TUI text manipulation.