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 651f124..0f5a599 100644
--- a/view.c
+++ b/view.c
@@ -1239,7 +1239,7 @@ void view_selections_save(Selection *s) {
s->region.anchor = s->anchor;
}
-bool view_cursors_selection_restore(Selection *s) {
+bool view_selections_restore(Selection *s) {
Text *txt = s->view->text;
size_t pos = text_mark_get(txt, s->region.cursor);
if (pos == EPOS)