LineGetter.addChar

Adds a character at the current position in the line. You can call this too if you hook events for hotkeys or something. You'll probably want to call redraw() after adding chars.

class LineGetter
void
addChar
(
dchar ch
)
Suggestion Box / Bug Report