diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:30:41 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | fcb47fc938ac36e14565e60b9138c59ea9c67658 (patch) | |
| tree | 5bb3b224103f61dbd9c0820bbd2d8f2819c5d99d /view.c | |
| parent | 08d7d23f7d27e253947ecd2bfa6334f0fdbe3ea5 (diff) | |
| download | vis-fcb47fc938ac36e14565e60b9138c59ea9c67658.tar.gz vis-fcb47fc938ac36e14565e60b9138c59ea9c67658.tar.xz | |
view: rename view_selection_anchored
Diffstat (limited to 'view.c')
| -rw-r--r-- | view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1178,7 +1178,7 @@ void view_selections_flip(Cursor *s) { view_cursors_to(s, text_mark_get(s->view->text, s->cursor)); } -bool view_selection_anchored(Selection *s) { +bool view_selections_anchored(Selection *s) { return s->anchored; } |
