handleSequence method

bool handleSequence(
  1. String sequence
)

Decodes and dispatches a complete terminal key sequence.

Implementation

bool handleSequence(String sequence) =>
    dispatch(KeyEvent.fromSequence(sequence));