diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:14:35 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:42 +0200 |
| commit | 0b3107d8ab2e43cace0a5e45e364e8f760efcb57 (patch) | |
| tree | 8a6d0252ac10c171a4c2b50f119e557e3cf3384e /view.h | |
| parent | a9c3e2c343dd1077fa08371a505ad766dcb81baa (diff) | |
| download | vis-0b3107d8ab2e43cace0a5e45e364e8f760efcb57.tar.gz vis-0b3107d8ab2e43cace0a5e45e364e8f760efcb57.tar.xz | |
view: rename view_cursors_selection_get
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
