From 742fb8b4c39d3278227a25ab7723c0f72bbca552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:27:30 +0200 Subject: view: rename view_cursors_number --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index f725b88..8f6e1ca 100644 --- a/view.h +++ b/view.h @@ -166,7 +166,7 @@ int view_selections_count(View*); * to remain the same. * @endrst */ -int view_cursors_number(Cursor*); +int view_selections_number(Cursor*); /** Get maximal number of selections on a single line. */ int view_cursors_column_count(View*); /** -- cgit v1.2.3