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 f6e148e..9b5446d 100644
--- a/view.c
+++ b/view.c
@@ -1161,7 +1161,7 @@ void view_cursors_place(Cursor *c, size_t line, size_t col) {
view_cursors_to(c, pos);
}
-void view_cursors_selection_start(Cursor *c) {
+void view_selections_anchor(Cursor *c) {
c->anchored = true;
}