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 5c5a574..26c6cec 100644
--- a/view.c
+++ b/view.c
@@ -1047,7 +1047,7 @@ Cursor *view_selection_disposed(View *view) {
return c;
}
-Cursor *view_cursors(View *view) {
+Cursor *view_selections(View *view) {
view->cursor_generation++;
return view->cursors;
}