aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 3ba2111..7e505ff 100644
--- a/view.h
+++ b/view.h
@@ -213,7 +213,7 @@ void view_selections_flip(Cursor*);
* Anchor selection.
* Further updates will only update the cursor, the anchor will remain fixed.
*/
-void view_cursors_selection_start(Cursor*);
+void view_selections_anchor(Cursor*);
/** Check whether selection is anchored. */
bool view_selection_anchored(Cursor*);
/** Get position of selection cursor. */