diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-07-03 23:58:13 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-07-04 00:09:37 +0200 |
| commit | bfb9071526d770d1d598bb8a9752313154441283 (patch) | |
| tree | e0969805bb14ce5224611e8d4101e62cec0295e9 /view.h | |
| parent | 54ca598fcccff8844bfbe494cd3b325b2fea487f (diff) | |
| download | vis-bfb9071526d770d1d598bb8a9752313154441283.tar.gz vis-bfb9071526d770d1d598bb8a9752313154441283.tar.xz | |
vis: implement `gv` by means of new "^ register
This window local register holds the last active selections.
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -346,16 +346,6 @@ Filerange view_selection_get(View*); * @defgroup view_save * @{ */ -/** Save selection which can later be restored. */ -void view_selections_save(Selection*); -/** - * Restore a previously active selection. - * @rst - * .. note:: Fails if selection boundaries no longer exist. - * @endrst - */ -bool view_selections_restore(Selection*); - Filerange view_regions_restore(View*, SelectionRegion*); bool view_regions_save(View*, Filerange*, SelectionRegion*); /** |
