diff --git a/vt.c b/vt.c index 29073b83..70e4da89 100644 --- a/vt.c +++ b/vt.c @@ -89,6 +89,7 @@ static const struct state_transition state_ground[256] = { }; static const struct state_transition state_escape[256] = { + [0x30 ... 0x4f] = {.action = ACTION_CSIDISPATCH, .state = STATE_GROUND}, [0x5b] = {.state = STATE_CSIENTRY}, [0x5d] = {.state = STATE_OSCSTRING}, };