From 4af9fe66851a42c20c550f2c59aa64d7a327c9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 30 Jun 2015 11:37:00 +0200 Subject: Perform character prev/next movements based on Text not View While it is slower, it allows to move to characters which are currently not visible. This will be handy when experimenting with multiple cursors. --- view.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'view.h') diff --git a/view.h b/view.h index 01b4918..049ed4c 100644 --- a/view.h +++ b/view.h @@ -54,8 +54,6 @@ void view_tabwidth_set(View*, int tabwidth); /* cursor movements which also update selection if one is active. * they return new cursor postion */ -size_t view_char_next(View*); -size_t view_char_prev(View*); size_t view_line_down(View*); size_t view_line_up(View*); size_t view_screenline_down(View*); -- cgit v1.2.3