From 88ae50f75f8606269269bbf3d8239893befdb0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:26:09 +0200 Subject: view: rename view_cursors_prev --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index ee12574..0d3c7bd 100644 --- a/view.h +++ b/view.h @@ -148,7 +148,7 @@ void view_selections_primary_set(Cursor*); /** Get first selection. */ Cursor *view_cursors(View*); /** Get immediate predecessor of selection. */ -Cursor *view_cursors_prev(Cursor*); +Cursor *view_selections_prev(Cursor*); /** Get immediate successor of selection. */ Cursor *view_cursors_next(Cursor*); /** -- cgit v1.2.3