diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-03-10 22:18:09 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-03-10 22:36:54 +0100 |
| commit | 054f792ac6c1502d5f9bb2b251b3f96c4cb27f6b (patch) | |
| tree | 161d42f53cf794840c795ad5d2d1b900c51f99b9 /view.h | |
| parent | 0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1 (diff) | |
| download | vis-054f792ac6c1502d5f9bb2b251b3f96c4cb27f6b.tar.gz vis-054f792ac6c1502d5f9bb2b251b3f96c4cb27f6b.tar.xz | |
view: add query function for multiple cursors
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ void view_cursor_to(View*, size_t pos); Cursor *view_cursors_new(View*); /* get number of active cursors */ int view_cursors_count(View*); +/* exist there more than 1 cursor */ +bool view_cursors_multiple(View*); /* dispose an existing cursor with its associated selection (if any), * not applicaple for the last existing cursor */ void view_cursors_dispose(Cursor*); |
