From 0001a83bb7f7b30840df2f2ec321e2c2d9507053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:43:03 +0200 Subject: view: rename view_cursors --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index 721b01e..d98743c 100644 --- a/view.h +++ b/view.h @@ -146,7 +146,7 @@ void view_selections_dispose_all(View*); Cursor *view_selections_primary_get(View*); void view_selections_primary_set(Cursor*); /** Get first selection. */ -Cursor *view_cursors(View*); +Cursor *view_selections(View*); /** Get immediate predecessor of selection. */ Cursor *view_selections_prev(Cursor*); /** Get immediate successor of selection. */ -- cgit v1.2.3