aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h4
1 files changed, 2 insertions, 2 deletions
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