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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.c') 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; } -- cgit v1.2.3