diff options
Diffstat (limited to 'src/core-commands.h')
-rw-r--r-- | src/core-commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core-commands.h b/src/core-commands.h index 523ba28..73257f6 100644 --- a/src/core-commands.h +++ b/src/core-commands.h @@ -39,6 +39,8 @@ TECO_DECLARE_STATE(teco_state_condcommand); TECO_DECLARE_STATE(teco_state_control); TECO_DECLARE_STATE(teco_state_ascii); TECO_DECLARE_STATE(teco_state_escape); +TECO_DECLARE_STATE(teco_state_ctlc); +TECO_DECLARE_STATE(teco_state_ctlc_control); TECO_DECLARE_STATE(teco_state_ecommand); typedef struct { |