diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-13 13:57:35 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-13 12:32:26 +0100 |
| commit | 19ac43503568ebc7fe4721f84292a11bbf7c2c2c (patch) | |
| tree | 4feaa078c614476ed0a4165da6eab5a1a1ca39bb /src/documentstyle.hpp | |
| parent | 496ea48de41e6c637c9fb3582216dbd9d8ee55c7 (diff) | |
| download | kristall-19ac43503568ebc7fe4721f84292a11bbf7c2c2c.tar.gz | |
Adds per-style pref for text width
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; |
