aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-09-20 17:57:41 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-09-20 17:57:41 +0200
commit1b1d45db20781cba443e5a065e05c2e43d5cdf1d (patch)
tree7563508f215e29d3d51bbd817bc73a24e411bf9b /vis-core.h
parent2290224c844775d446fc8aaf3a98c0149d935875 (diff)
parentdaf4b8d3894cca25b3015d35e9168b7b2569d43b (diff)
downloadvis-1b1d45db20781cba443e5a065e05c2e43d5cdf1d.tar.gz
vis-1b1d45db20781cba443e5a065e05c2e43d5cdf1d.tar.xz
Merge branch 'csi_event' of https://github.com/ezdiy/vis into master
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, ...);