updateComposingString abstract method

void updateComposingString(
  1. String value
)

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

Implementation

void updateComposingString(String value);