diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:43:03 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | 0001a83bb7f7b30840df2f2ec321e2c2d9507053 (patch) | |
| tree | 3011b4b21654ad4195c45d773b9a5e432e573a09 /view.c | |
| parent | fcb47fc938ac36e14565e60b9138c59ea9c67658 (diff) | |
| download | vis-0001a83bb7f7b30840df2f2ec321e2c2d9507053.tar.gz vis-0001a83bb7f7b30840df2f2ec321e2c2d9507053.tar.xz | |
view: rename view_cursors
Diffstat (limited to 'view.c')
| -rw-r--r-- | view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1047,7 +1047,7 @@ Cursor *view_selection_disposed(View *view) { return c; } -Cursor *view_cursors(View *view) { +Cursor *view_selections(View *view) { view->cursor_generation++; return view->cursors; } |
