~jaro/balkon

44e4f95498da06f65f02646bcec58fd55ba287f2 — Jaro 1 year, 5 months ago 88a5b6c
Remove TODO which would require an API break.
1 files changed, 0 insertions(+), 2 deletions(-)

M src/Data/Text/ParagraphLayout/Internal/Layout.hs
M src/Data/Text/ParagraphLayout/Internal/Layout.hs => src/Data/Text/ParagraphLayout/Internal/Layout.hs +0 -2
@@ 92,8 92,6 @@ layoutLines maxWidth openBoxes runs = case nonEmpty rest of
        openBoxes' =
            openBoxes `fromMaybe` lastSpanBoxes (PL.protoFragments fitting)

-- TODO: Allow a run across multiple spans (e.g. if they only differ by colour).

-- | Position all the given horizontal fragments on the same line,
-- using @originY@ as its top edge, and return the bottom edge for continuation.
--