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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index bdc452e..c575c9b 100644 --- a/vis.h +++ b/vis.h @@ -57,6 +57,7 @@ typedef struct { void (*win_close)(Vis*, Win*); void (*win_highlight)(Vis*, Win*); void (*win_status)(Vis*, Win*); + void (*term_csi)(Vis*, const long *); } VisEvent; /** Union used to pass arguments to key action functions. */ -- cgit v1.2.3