aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index eb84d4b..0417902 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. */