From 2a4f0b6374e511dc93161cd7b9a98a1df5c91330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 25 Oct 2015 22:01:57 +0100 Subject: vis: introduce vis_count_{get,set} API --- vis.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 1ef89fa..d2099bf 100644 --- a/vis.h +++ b/vis.h @@ -110,6 +110,9 @@ enum VisMotion { void vis_motion(Vis*, enum VisMotion, ...); +int vis_count_get(Vis*); +void vis_count_set(Vis*, int count); + enum VisMotionType { VIS_MOTION_LINEWISE = 1 << 0, VIS_MOTION_CHARWISE = 1 << 1, -- cgit v1.2.3