diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-29 17:58:00 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-29 17:58:00 +0100 |
| commit | eda4ab0e8e2f97225e4c0470318e9427e09bbfb9 (patch) | |
| tree | bd988ad26c4dd7825cb5ab7635d16c81c82b6edb /vis-core.h | |
| parent | a8116c57341f87b293d35ef7e1d140ceb01ed8b1 (diff) | |
| download | vis-eda4ab0e8e2f97225e4c0470318e9427e09bbfb9.tar.gz vis-eda4ab0e8e2f97225e4c0470318e9427e09bbfb9.tar.xz | |
vis: cleanup key action lifetime management
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
