aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:14:35 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:42 +0200
commit0b3107d8ab2e43cace0a5e45e364e8f760efcb57 (patch)
tree8a6d0252ac10c171a4c2b50f119e557e3cf3384e /view.h
parenta9c3e2c343dd1077fa08371a505ad766dcb81baa (diff)
downloadvis-0b3107d8ab2e43cace0a5e45e364e8f760efcb57.tar.gz
vis-0b3107d8ab2e43cace0a5e45e364e8f760efcb57.tar.xz
view: rename view_cursors_selection_get
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