about summary refs log tree commit diff stats
path: root/src/GridText.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GridText.h')
-rw-r--r--src/GridText.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GridText.h b/src/GridText.h
index daeabe6e..8465b99a 100644
--- a/src/GridText.h
+++ b/src/GridText.h
@@ -17,7 +17,8 @@
 #ifndef LY_SOFT_HYPHEN
 #define LY_SOFT_HYPHEN		((char)7)
 #endif /* !LY_SOFT_HYPHEN */
-#define IsSpecialAttrChar(a)  ((a > '\002') && (a < '\010'))
+#define LY_SOFT_NEWLINE         ((char)8)
+#define IsSpecialAttrChar(a)  ((a > '\002') && (a <= '\010'))
 
 extern int HTCurSelectGroupType;
 extern char * HTCurSelectGroupSize;