update the composing string. This gets called by the input handling part of the terminal
@override void updateComposingString(String value) { _composingString = value; refresh(); }