aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index d003da7..f6e148e 100644
--- a/view.c
+++ b/view.c
@@ -1171,7 +1171,7 @@ void view_selection_clear(Cursor *c) {
c->view->need_update = true;
}
-void view_cursors_selection_swap(Cursor *s) {
+void view_selections_flip(Cursor *s) {
Mark temp = s->anchor;
s->anchor = s->cursor;
s->cursor = temp;