From a91e705dfd9b7358bf24e02312dfb06ab3e6848d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:26:59 +0200 Subject: view: rename view_cursors_count --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index fcdb353..f725b88 100644 --- a/view.h +++ b/view.h @@ -157,7 +157,7 @@ Cursor *view_selections_next(Cursor*); * .. note:: Is always at least 1. * @endrst */ -int view_cursors_count(View*); +int view_selections_count(View*); /** * Get selection index. * @rst -- cgit v1.2.3