From fcb47fc938ac36e14565e60b9138c59ea9c67658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:30:41 +0200 Subject: view: rename view_selection_anchored --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') 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. */ /** * @} -- cgit v1.2.3