From 2b472cece9f60b6f3e610ea8a7fc36173557fe0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:19:14 +0200 Subject: view: rename view_cursors_selection_start --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') 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. */ -- cgit v1.2.3