aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-02-17 22:50:44 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-02-18 16:50:39 +0100
commita03dcacbf87b283a57eabbde4a1b27a58bb0927d (patch)
tree7531f3840f2c5484345eb2c10f89822c8608c729 /view.h
parentd55bdfe229e8e1fcda4a15dd977f0abce7a40ccc (diff)
downloadvis-a03dcacbf87b283a57eabbde4a1b27a58bb0927d.tar.gz
vis-a03dcacbf87b283a57eabbde4a1b27a58bb0927d.tar.xz
vis-lua: promote vis to a real object
That is from now on use vis:method instead of vis.method
Diffstat (limited to 'view.h')
-rw-r--r--view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/view.h b/view.h
index f8b6473..7119e56 100644
--- a/view.h
+++ b/view.h
@@ -172,5 +172,6 @@ Selection *view_selections_prev(Selection*);
Selection *view_selections_next(Selection*);
Filerange view_selections_get(Selection*);
void view_selections_set(Selection*, Filerange*);
+Text *view_text(View*);
#endif