diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:19:14 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | 2b472cece9f60b6f3e610ea8a7fc36173557fe0c (patch) | |
| tree | 155cc2f02428a2a44c1aa909591b43a5bc95fa18 /view.h | |
| parent | b8238266e4c6961fbdcc635a86809b5687db99da (diff) | |
| download | vis-2b472cece9f60b6f3e610ea8a7fc36173557fe0c.tar.gz vis-2b472cece9f60b6f3e610ea8a7fc36173557fe0c.tar.xz | |
view: rename view_cursors_selection_start
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ void view_selections_flip(Cursor*); * Anchor selection. * Further updates will only update the cursor, the anchor will remain fixed. */ -void view_cursors_selection_start(Cursor*); +void view_selections_anchor(Cursor*); /** Check whether selection is anchored. */ bool view_selection_anchored(Cursor*); /** Get position of selection cursor. */ |
