Method AddRune | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
AddRune(Rune)
Adds the specified rune to the display at the current cursor position.
void AddRune(Rune rune)
Parameters
rune
Rune
Rune to add.
AddRune(char)
Adds the specified character to the display at the current cursor position. This is a convenience method for AddRune.
void AddRune(char c)
Parameters
c
char
Character to add.