aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorEz Diy <ezdiy@outlook.com>2020-09-17 00:43:27 +0200
committerEz Diy <ezdiy@outlook.com>2020-09-17 00:43:27 +0200
commitdaf4b8d3894cca25b3015d35e9168b7b2569d43b (patch)
tree46845a28fab402fb91ec4409a00684e048133eb3 /vis-core.h
parent1b9d70eafc24eaa82c2796fa6d72a482bb09dba9 (diff)
downloadvis-daf4b8d3894cca25b3015d35e9168b7b2569d43b.tar.gz
vis-daf4b8d3894cca25b3015d35e9168b7b2569d43b.tar.xz
Pass up terminal CSI as events to Lua.
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 d409f88..b33ecdf 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -235,6 +235,7 @@ enum VisEvents {
VIS_EVENT_WIN_CLOSE,
VIS_EVENT_WIN_HIGHLIGHT,
VIS_EVENT_WIN_STATUS,
+ VIS_EVENT_TERM_CSI,
};
bool vis_event_emit(Vis*, enum VisEvents, ...);