diff options
Diffstat (limited to 'src/documentstyle.hpp')
| -rw-r--r-- | src/documentstyle.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index c300a95..a8d12fe 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -51,9 +51,11 @@ struct DocumentStyle double margin; + double text_width; + QStringList ansi_colors; - bool justify_text; + bool justify_text, text_width_enabled; double line_height_p; double line_height_h; int indent_bq, indent_p, indent_h, indent_l; |
