aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:22:22 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commitda6d35ef5b381aed3f9683398fd0869476d11acb (patch)
treee0fe867c611aa3df19430d3904d99ba3a9c6818d /view.h
parent2b472cece9f60b6f3e610ea8a7fc36173557fe0c (diff)
downloadvis-da6d35ef5b381aed3f9683398fd0869476d11acb.tar.gz
vis-da6d35ef5b381aed3f9683398fd0869476d11acb.tar.xz
view: rename view_cursors_selection_save
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 7e505ff..13e940d 100644
--- a/view.h
+++ b/view.h
@@ -333,7 +333,7 @@ Filerange view_selection_get(View*);
* @{
*/
/** Save selection which can later be restored. */
-void view_cursors_selection_save(Selection*);
+void view_selections_save(Selection*);
/**
* Restore a previously active selection.
* @rst