From 0b3107d8ab2e43cace0a5e45e364e8f760efcb57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:14:35 +0200 Subject: view: rename view_cursors_selection_get --- view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view.h') diff --git a/view.h b/view.h index 0acbecc..5984c5f 100644 --- a/view.h +++ b/view.h @@ -185,9 +185,9 @@ Cursor *view_cursors_column_next(Cursor*, int column); * @{ */ /** Get an inclusive range of the selection cover. */ -Filerange view_cursors_selection_get(Cursor*); +Filerange view_selections_get(Cursor*); /** Set selection cover. Updates both cursor and anchor. */ -void view_cursors_selection_set(Cursor*, const Filerange*); +void view_selections_set(Cursor*, const Filerange*); /** * Reduce selection to character currently covered by the cursor. * @rst -- cgit v1.2.3