diff options
Diffstat (limited to 'servers/text_server.h')
-rw-r--r-- | servers/text_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/text_server.h b/servers/text_server.h index c2cc444646..dfd6140fde 100644 --- a/servers/text_server.h +++ b/servers/text_server.h @@ -108,6 +108,7 @@ public: BREAK_GRAPHEME_BOUND = 1 << 2, BREAK_ADAPTIVE = 1 << 3, BREAK_TRIM_EDGE_SPACES = 1 << 4, + BREAK_TRIM_INDENT = 1 << 5, }; enum OverrunBehavior { |