aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index b9b6675..ab3016a 100644
--- a/main.c
+++ b/main.c
@@ -1348,7 +1348,7 @@ static const char *cursors_clear(Vis *vis, const char *keys, const Arg *arg) {
if (view_cursors_count(view) > 1)
view_selections_dispose_all(view);
else
- view_cursors_selection_clear(view_selections_primary_get(view));
+ view_selection_clear(view_selections_primary_get(view));
return keys;
}