aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-08-06 12:54:16 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-08-06 13:45:08 +0200
commit73f33b7f6b57e3e6848f159b5f9a543326548116 (patch)
treeef9018fa224272cf5b781cd36501e84fff9ebabd /view.h
parentbb1ca1631def9be20da34af66b11c48daab09313 (diff)
downloadvis-73f33b7f6b57e3e6848f159b5f9a543326548116.tar.gz
vis-73f33b7f6b57e3e6848f159b5f9a543326548116.tar.xz
vis: implement gv to restore last selection
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view.h b/view.h
index 69727c0..42b05c8 100644
--- a/view.h
+++ b/view.h
@@ -148,6 +148,8 @@ void view_cursors_selection_clear(Cursor*);
void view_cursors_selection_swap(Cursor*);
/* move cursor to the end/boundary of the associated selection */
void view_cursors_selection_sync(Cursor*);
+/* restore previous used selection of this cursor */
+void view_cursors_selection_restore(Cursor*);
/* get/set the selected region associated with this cursor */
Filerange view_cursors_selection_get(Cursor*);
void view_cursors_selection_set(Cursor*, Filerange*);