diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/text.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.c b/src/ui/text.c index b4401abb..244934b4 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -940,6 +940,7 @@ static iRect run_Font_(iFont *d, const iRunArgs *args) { | |||
940 | } | 940 | } |
941 | } | 941 | } |
942 | } | 942 | } |
943 | /* TODO: Check out if `uc_wordbreak_property()` from libunistring can be used here. */ | ||
943 | if (ch == '\n') { | 944 | if (ch == '\n') { |
944 | xpos = xposExtend = orig.x; | 945 | xpos = xposExtend = orig.x; |
945 | ypos += d->height; | 946 | ypos += d->height; |