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