1 #ifndef EL__DOCUMENT_FORMAT_H
2 #define EL__DOCUMENT_FORMAT_H
4 #include "util/color.h"
6 struct document_options
;
10 enum text_style_format
{
20 enum text_style_format attr
;
25 void get_screen_char_template(struct screen_char
*template, struct document_options
*options
, struct text_style style
);