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-lua.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-lua.h') diff --git a/vis-lua.h b/vis-lua.h index c9ef1ec..da64233 100644 --- a/vis-lua.h +++ b/vis-lua.h @@ -37,5 +37,6 @@ void vis_lua_win_open(Vis*, Win*); void vis_lua_win_close(Vis*, Win*); void vis_lua_win_highlight(Vis*, Win*); void vis_lua_win_status(Vis*, Win*); +void vis_lua_term_csi(Vis*, const long *); #endif -- cgit v1.2.3