diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:22:50 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | 5b1b6403955b97cce1fd22a8f5a6f9df72399c4b (patch) | |
| tree | f281ddf6e327146fdfd60528ce5ea34e7822d504 /view.c | |
| parent | da6d35ef5b381aed3f9683398fd0869476d11acb (diff) | |
| download | vis-5b1b6403955b97cce1fd22a8f5a6f9df72399c4b.tar.gz vis-5b1b6403955b97cce1fd22a8f5a6f9df72399c4b.tar.xz | |
view: view_cursors_selection_restore
Diffstat (limited to 'view.c')
| -rw-r--r-- | view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
