aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:16:06 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:42 +0200
commitc4b4eebff51fcf718457d92848322f7ec20fc139 (patch)
tree4dd5f1fac77c247060cf1a52deb3e17ef54de8e7 /view.h
parent0b3107d8ab2e43cace0a5e45e364e8f760efcb57 (diff)
downloadvis-c4b4eebff51fcf718457d92848322f7ec20fc139.tar.gz
vis-c4b4eebff51fcf718457d92848322f7ec20fc139.tar.xz
view: rename view_selections_clear
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 5984c5f..b9e2007 100644
--- a/view.h
+++ b/view.h
@@ -196,7 +196,7 @@ void view_selections_set(Cursor*, const Filerange*);
*/
void view_cursors_selection_clear(Cursor*);
/** Reduce *all* currently active selections. */
-void view_selections_clear(View*);
+void view_selections_clear_all(View*);
/**
* Flip selection orientation. Swap cursor and anchor.
* @rst