Method MakePrintable
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
Remarks
This is a Terminal.Gui extension method to Rune to support TUI text manipulation.