From daf4b8d3894cca25b3015d35e9168b7b2569d43b Mon Sep 17 00:00:00 2001 From: Ez Diy Date: Thu, 17 Sep 2020 00:43:27 +0200 Subject: Pass up terminal CSI as events to Lua. --- 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 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, ...); -- cgit v1.2.3