From eda4ab0e8e2f97225e4c0470318e9427e09bbfb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 29 Dec 2016 17:58:00 +0100 Subject: vis: cleanup key action lifetime management --- 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 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; -- cgit v1.2.3