diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:17:15 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | d721c953a5e4ff1e456d35c82e5a65d511955561 (patch) | |
| tree | c654e0dd4b227baf54602dcc58b79c5ac645eff1 /main.c | |
| parent | c4b4eebff51fcf718457d92848322f7ec20fc139 (diff) | |
| download | vis-d721c953a5e4ff1e456d35c82e5a65d511955561.tar.gz vis-d721c953a5e4ff1e456d35c82e5a65d511955561.tar.xz | |
view: rename view_cursors_selection_clear
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
