aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:43:03 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit0001a83bb7f7b30840df2f2ec321e2c2d9507053 (patch)
tree3011b4b21654ad4195c45d773b9a5e432e573a09 /view.c
parentfcb47fc938ac36e14565e60b9138c59ea9c67658 (diff)
downloadvis-0001a83bb7f7b30840df2f2ec321e2c2d9507053.tar.gz
vis-0001a83bb7f7b30840df2f2ec321e2c2d9507053.tar.xz
view: rename view_cursors
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;
}