From ffa12d93c7efc516ead1dfc798f9afc0d3ec1aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 19 Sep 2014 12:53:18 +0200 Subject: Windows style newlines are actually \r\n not \n\r This is fiddely stuff, hopefully it doesn't break too much --- text-motions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-motions.h') diff --git a/text-motions.h b/text-motions.h index dc9b66a..18457a5 100644 --- a/text-motions.h +++ b/text-motions.h @@ -23,7 +23,7 @@ size_t text_find_char_prev(Text*, size_t pos, const char *s, size_t len); /* begin finish next * v v v - * \n[\r] I am a line! \n[\r] + * [\r]\n I am a line! [\r]\n * ^ ^ ^ * prev start end */ -- cgit v1.2.3