From 948efb8e624c4488db00ba20ab58652212a091d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:10:05 +0200 Subject: view: rename view_cursors_clear --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index a42864e..5449d2b 100644 --- a/main.c +++ b/main.c @@ -1346,7 +1346,7 @@ static const char *cursors_align_indent(Vis *vis, const char *keys, const Arg *a static const char *cursors_clear(Vis *vis, const char *keys, const Arg *arg) { View *view = vis_view(vis); if (view_cursors_count(view) > 1) - view_cursors_clear(view); + view_selections_dispose_all(view); else view_cursors_selection_clear(view_cursors_primary_get(view)); return keys; -- cgit v1.2.3