add line length and make it utf-8 compatible
[smdp.git] / include / markdown.h
index b26765e..dc759e0 100644 (file)
@@ -23,6 +23,7 @@ typedef struct _line_t {
     struct _line_t *prev;
     struct _line_t *next;
     int bits;
+    int length;
     int offset;
 } line_t;