| 135 |
} |
} |
| 136 |
|
|
| 137 |
// Apply LML render to content body |
// Apply LML render to content body |
| 138 |
cache.data_len = header_len + (size_t)lml_render(content, content_f, ARTICLE_CONTENT_MAX_LEN, 0); |
cache.data_len = header_len + (size_t)lml_render(content, content_f, ARTICLE_CONTENT_MAX_LEN, SCREEN_COLS - 1, 0); |
| 139 |
|
|
| 140 |
cache.line_total = header_line_cnt + |
cache.line_total = header_line_cnt + |
| 141 |
split_data_lines(content_f, SCREEN_COLS, cache.line_offsets + header_line_cnt, MAX_SPLIT_FILE_LINES - header_line_cnt, 1, NULL); |
split_data_lines(content_f, SCREEN_COLS, cache.line_offsets + header_line_cnt, MAX_SPLIT_FILE_LINES - header_line_cnt, 1, NULL); |