From b9007ca88b5a57a1660c85c895a117ef15c04fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 15 Apr 2016 22:13:10 +0200 Subject: view: add view_cursors_place(cursor, line, col) function --- view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'view.h') diff --git a/view.h b/view.h index 77fea1a..14f01d3 100644 --- a/view.h +++ b/view.h @@ -159,6 +159,7 @@ int view_cursors_cell_set(Cursor*, int cell); /* place cursor at `pos' which should be in the interval [0, text-size] */ void view_cursors_to(Cursor*, size_t pos); void view_cursors_scroll_to(Cursor*, size_t pos); +void view_cursors_place(Cursor*, size_t line, size_t col); /* get register associated with this register */ Register *view_cursors_register(Cursor*); /* start selected area at current cursor position. further cursor movements -- cgit v1.2.3