From 6a5d72f10cffb5bd2ae832c909cf75aab7db8666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:44:44 +0200 Subject: view: rename view_cursors_column --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index d98743c..2a3f15c 100644 --- a/view.h +++ b/view.h @@ -173,7 +173,7 @@ int view_selections_column_count(View*); * Starting from the start of the text, get the `column`-th selection on a line. * @param column The zero based column index. */ -Cursor *view_cursors_column(View*, int column); +Cursor *view_selections_column(View*, int column); /** * Get the next `column`-th selection on a line. * @param column The zero based column index. -- cgit v1.2.3