aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:19:14 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit2b472cece9f60b6f3e610ea8a7fc36173557fe0c (patch)
tree155cc2f02428a2a44c1aa909591b43a5bc95fa18 /view.c
parentb8238266e4c6961fbdcc635a86809b5687db99da (diff)
downloadvis-2b472cece9f60b6f3e610ea8a7fc36173557fe0c.tar.gz
vis-2b472cece9f60b6f3e610ea8a7fc36173557fe0c.tar.xz
view: rename view_cursors_selection_start
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index f6e148e..9b5446d 100644
--- a/view.c
+++ b/view.c
@@ -1161,7 +1161,7 @@ void view_cursors_place(Cursor *c, size_t line, size_t col) {
view_cursors_to(c, pos);
}
-void view_cursors_selection_start(Cursor *c) {
+void view_selections_anchor(Cursor *c) {
c->anchored = true;
}