diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-25 22:01:57 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-25 22:46:43 +0100 |
| commit | 2a4f0b6374e511dc93161cd7b9a98a1df5c91330 (patch) | |
| tree | dfdc76ebb6157ba36d9cab2250cf9b398199fcaa /vis.h | |
| parent | 3eda85a13268a7ceeb97d2e6666f0c5e6e5942d4 (diff) | |
| download | vis-2a4f0b6374e511dc93161cd7b9a98a1df5c91330.tar.gz vis-2a4f0b6374e511dc93161cd7b9a98a1df5c91330.tar.xz | |
vis: introduce vis_count_{get,set} API
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |
