aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 7762fa1..938e75d 100644
--- a/view.c
+++ b/view.c
@@ -937,7 +937,7 @@ Cursor *view_selections_new_force(View *view, size_t pos) {
return cursors_new(view, pos, true);
}
-int view_cursors_count(View *view) {
+int view_selections_count(View *view) {
return view->cursor_count;
}