Method AddRune
AddRune(Rune)
Adds the specified rune to the display at the current cursor position.
void AddRune(Rune rune)
Parameters
runeRuneRune 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
ccharCharacter to add.