updateComposingString method

  1. @override
void updateComposingString(
  1. String value
)
override

update the composing string. This gets called by the input handling part of the terminal

Implementation

@override
void updateComposingString(String value) {
  _composingString = value;
  refresh();
}