aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:26:59 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commita91e705dfd9b7358bf24e02312dfb06ab3e6848d (patch)
tree28c25cdf44b19d56b47447be4fa1991d09424482 /view.h
parent9e0c192423a165e735441279e0ee6af7cb0353ef (diff)
downloadvis-a91e705dfd9b7358bf24e02312dfb06ab3e6848d.tar.gz
vis-a91e705dfd9b7358bf24e02312dfb06ab3e6848d.tar.xz
view: rename view_cursors_count
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index fcdb353..f725b88 100644
--- a/view.h
+++ b/view.h
@@ -157,7 +157,7 @@ Cursor *view_selections_next(Cursor*);
* .. note:: Is always at least 1.
* @endrst
*/
-int view_cursors_count(View*);
+int view_selections_count(View*);
/**
* Get selection index.
* @rst