aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-29 17:58:00 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-29 17:58:00 +0100
commiteda4ab0e8e2f97225e4c0470318e9427e09bbfb9 (patch)
treebd988ad26c4dd7825cb5ab7635d16c81c82b6edb /vis-core.h
parenta8116c57341f87b293d35ef7e1d140ceb01ed8b1 (diff)
downloadvis-eda4ab0e8e2f97225e4c0470318e9427e09bbfb9.tar.gz
vis-eda4ab0e8e2f97225e4c0470318e9427e09bbfb9.tar.xz
vis: cleanup key action lifetime management
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index 3abe1f5..ea7396a 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -184,6 +184,7 @@ struct Vis {
volatile sig_atomic_t terminate; /* need to terminate we were being killed by SIGTERM */
sigjmp_buf sigbus_jmpbuf; /* used to jump back to a known good state in the mainloop after (SIGBUS) */
Map *actions; /* registered editor actions / special keys commands */
+ Array actions_user; /* dynamically allocated editor actions */
lua_State *lua; /* lua context used for syntax highligthing */
VisEvent *event;
Array motions;