Sends regular text input to the underlying program.
See also:
void textInput(String text) { onOutput?.call(text); }