diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-08-01 12:08:52 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-08-01 12:08:52 +0200 |
| commit | 99753fa1f144b6e33c06b5a9a93725125b5e085a (patch) | |
| tree | e6a75612f15e0f485ae4961a0d90ef2499e83541 /vis.c | |
| parent | f38cdb2d38357f8f01a766ea21cb30661a0d99e8 (diff) | |
| download | vis-99753fa1f144b6e33c06b5a9a93725125b5e085a.tar.gz vis-99753fa1f144b6e33c06b5a9a93725125b5e085a.tar.xz | |
view: hide API to free main cursor
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1419,7 +1419,7 @@ static void action_do(Action *a) { if (pos != EPOS) { view_cursors_to(cursor, pos); } else { - view_cursors_free(cursor); + view_cursors_dispose(cursor); } } } |
