From 5f113ae207e955d08b660f7433c09b4526429026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 30 Aug 2014 08:54:53 +0200 Subject: Add trivial text motions to start and end of file --- text-motions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'text-motions.h') diff --git a/text-motions.h b/text-motions.h index 335adaf..597d4bc 100644 --- a/text-motions.h +++ b/text-motions.h @@ -4,6 +4,9 @@ #include #include "text.h" +size_t text_begin(Text*, size_t pos); +size_t text_end(Text*, size_t pos); + size_t text_char_next(Text*, size_t pos); size_t text_char_prev(Text*, size_t pos); -- cgit v1.2.3