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 49bb233..aeebe26 100644
--- a/view.c
+++ b/view.c
@@ -1188,7 +1188,7 @@ void view_selections_clear(View *view) {
view_draw(view);
}
-void view_cursors_clear(View *view) {
+void view_selections_dispose_all(View *view) {
for (Cursor *c = view->cursors, *next; c; c = next) {
next = c->next;
if (c != view->cursor)