From 19ac43503568ebc7fe4721f84292a11bbf7c2c2c Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Sat, 13 Feb 2021 13:57:35 +1100 Subject: Adds per-style pref for text width --- src/documentstyle.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/documentstyle.hpp') 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; -- cgit v1.2.3