aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-02-17 21:10:34 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-02-18 16:50:40 +0100
commit55e285783ef99befcc01d7ed6f5594f87d6d8f6c (patch)
tree59859e0e3e8cbdc91882b38f6df1503cb993b288 /vis.h
parentb3862a3dca144d44ed27b74ffc04afa306f88a89 (diff)
downloadvis-55e285783ef99befcc01d7ed6f5594f87d6d8f6c.tar.gz
vis-55e285783ef99befcc01d7ed6f5594f87d6d8f6c.tar.xz
vis-lua: expose vis:textobject(id)
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 42bd88a..84779d6 100644
--- a/vis.h
+++ b/vis.h
@@ -315,7 +315,7 @@ enum VisTextObject {
VIS_TEXTOBJECT_INVALID,
};
-void vis_textobject(Vis*, enum VisTextObject);
+bool vis_textobject(Vis*, enum VisTextObject);
/* macro REPEAT and INVALID should be considered as implementation details (TODO: hide them?) */
enum VisMacro {