unknownSBC abstract method

void unknownSBC(
  1. int char
)

Handles an unmapped single-byte control character.

NOTE: EscapeParser currently never calls this method — unmapped single-byte controls are dispatched to unkownEscape instead.

Implementation

void unknownSBC(int char);