aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:30:41 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commitfcb47fc938ac36e14565e60b9138c59ea9c67658 (patch)
tree5bb3b224103f61dbd9c0820bbd2d8f2819c5d99d /view.h
parent08d7d23f7d27e253947ecd2bfa6334f0fdbe3ea5 (diff)
downloadvis-fcb47fc938ac36e14565e60b9138c59ea9c67658.tar.gz
vis-fcb47fc938ac36e14565e60b9138c59ea9c67658.tar.xz
view: rename view_selection_anchored
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index d870505..721b01e 100644
--- a/view.h
+++ b/view.h
@@ -215,7 +215,7 @@ void view_selections_flip(Cursor*);
*/
void view_selections_anchor(Cursor*);
/** Check whether selection is anchored. */
-bool view_selection_anchored(Cursor*);
+bool view_selections_anchored(Cursor*);
/** Get position of selection cursor. */
/**
* @}