From 4f77a00aec3737965aa2d2d10fd51842a45fc45d Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 28 Mar 2021 14:24:39 +0300 Subject: Text: Added a note --- src/ui/text.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) { } } } + /* TODO: Check out if `uc_wordbreak_property()` from libunistring can be used here. */ if (ch == '\n') { xpos = xposExtend = orig.x; ypos += d->height; -- cgit v1.2.3