From 99753fa1f144b6e33c06b5a9a93725125b5e085a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 1 Aug 2015 12:08:52 +0200 Subject: view: hide API to free main cursor --- vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.c') diff --git a/vis.c b/vis.c index 815588e..976a476 100644 --- a/vis.c +++ b/vis.c @@ -1419,7 +1419,7 @@ static void action_do(Action *a) { if (pos != EPOS) { view_cursors_to(cursor, pos); } else { - view_cursors_free(cursor); + view_cursors_dispose(cursor); } } } -- cgit v1.2.3