vt: add missing entry action for ESCAPE

This commit is contained in:
Daniel Eklöf 2019-06-22 22:27:20 +02:00
parent 308bcb0233
commit 15b29ecb49
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
vt.c
View file

@ -126,7 +126,7 @@ static const struct state_transition* states[] = {
static const enum action entry_actions[] = {
[STATE_SAME] = ACTION_NONE,
[STATE_ANYWHERE] = ACTION_NONE,
[STATE_ESCAPE] = ACTION_NONE,
[STATE_ESCAPE] = ACTION_CLEAR,
[STATE_GROUND] = ACTION_NONE,
[STATE_CSIENTRY] = ACTION_CLEAR,
[STATE_CSIPARAM] = ACTION_NONE,