aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:17:15 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commitd721c953a5e4ff1e456d35c82e5a65d511955561 (patch)
treec654e0dd4b227baf54602dcc58b79c5ac645eff1 /sam.c
parentc4b4eebff51fcf718457d92848322f7ec20fc139 (diff)
downloadvis-d721c953a5e4ff1e456d35c82e5a65d511955561.tar.gz
vis-d721c953a5e4ff1e456d35c82e5a65d511955561.tar.xz
view: rename view_cursors_selection_clear
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam.c b/sam.c
index fceb3e6..3d13d3a 100644
--- a/sam.c
+++ b/sam.c
@@ -1507,7 +1507,7 @@ static bool cmd_print(Vis *vis, Win *win, Command *cmd, const char *argv[], Curs
view_selections_set(cur, range);
view_cursors_selection_start(cur);
} else {
- view_cursors_selection_clear(cur);
+ view_selection_clear(cur);
}
}
return cur != NULL;