aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.h b/text.h
index 392bafd..ee7dd6b 100644
--- a/text.h
+++ b/text.h
@@ -121,8 +121,8 @@ bool text_sigbus(Text*, const char *addr);
/* which type of new lines does the text use? */
enum TextNewLine {
- TEXT_NEWLINE_NL = 1,
- TEXT_NEWLINE_CRNL,
+ TEXT_NEWLINE_LF = 1,
+ TEXT_NEWLINE_CRLF,
};
enum TextNewLine text_newline_type(Text*);