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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.c') diff --git a/view.c b/view.c index 5c5a574..26c6cec 100644 --- a/view.c +++ b/view.c @@ -1047,7 +1047,7 @@ Cursor *view_selection_disposed(View *view) { return c; } -Cursor *view_cursors(View *view) { +Cursor *view_selections(View *view) { view->cursor_generation++; return view->cursors; } -- cgit v1.2.3