diff options
Diffstat (limited to 'src/core-commands.c')
-rw-r--r-- | src/core-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core-commands.c b/src/core-commands.c index 27f5c64..ca0245b 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -1835,7 +1835,8 @@ teco_state_control_input(teco_machine_main_t *ctx, gunichar chr, GError **error) ['O'] = {&teco_state_start, teco_state_control_octal}, ['D'] = {&teco_state_start, teco_state_control_decimal}, ['R'] = {&teco_state_start, teco_state_control_radix}, - ['E'] = {&teco_state_start, teco_state_control_glyphs2bytes} + ['E'] = {&teco_state_start, teco_state_control_glyphs2bytes}, + ['X'] = {&teco_state_start, teco_state_control_search_mode} }; /* |