mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
vt: add missing entry action for ESCAPE
This commit is contained in:
parent
308bcb0233
commit
15b29ecb49
1 changed files with 1 additions and 1 deletions
2
vt.c
2
vt.c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue