From 8b31028096190ce0339e984bf36df5840d868990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 1 May 2016 11:28:16 +0200 Subject: vis: further cleanup input handling, introduce vis_keys_feed API --- vis-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 606ff9b..08cf87b 100644 --- a/vis-core.h +++ b/vis-core.h @@ -158,6 +158,7 @@ struct Vis { Map *keymap; /* key translation before any bindings are matched */ Buffer input_queue; /* holds pending input keys */ Buffer *keys; /* currently active keys buffer (either the input_queue or a macro) */ + bool keyhandler; /* whether a key handling function is currently being called */ Action action; /* current action which is in progress */ Action action_prev; /* last operator action used by the repeat (dot) command */ Mode *mode; /* currently active mode, used to search for keybindings */ -- cgit v1.2.3