aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:27:30 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit742fb8b4c39d3278227a25ab7723c0f72bbca552 (patch)
tree4a4e50f4eeebc4348904e44df0a77f39329bc4d3 /view.h
parenta91e705dfd9b7358bf24e02312dfb06ab3e6848d (diff)
downloadvis-742fb8b4c39d3278227a25ab7723c0f72bbca552.tar.gz
vis-742fb8b4c39d3278227a25ab7723c0f72bbca552.tar.xz
view: rename view_cursors_number
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 f725b88..8f6e1ca 100644
--- a/view.h
+++ b/view.h
@@ -166,7 +166,7 @@ int view_selections_count(View*);
* to remain the same.
* @endrst
*/
-int view_cursors_number(Cursor*);
+int view_selections_number(Cursor*);
/** Get maximal number of selections on a single line. */
int view_cursors_column_count(View*);
/**