aboutsummaryrefslogtreecommitdiff
path: root/module/output/text.scm (unfollow)
Commit message (Collapse)Author
2019-04-24Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist
2019-04-24Add {mod,set}/r!Hugo Hörnquist
`set!' by default has an unspecified return value. But that haven't stopped me from using that (set! (acc obj) val) returns the value returned by the internal setter function. This change requires you to explicitly request the returning version of set, which returns the value of the last set field.
2019-04-24Improve text layout code.Hugo Hörnquist
2019-04-23Move some procedures.Hugo Hörnquist
2019-04-23Replace text-flow function.Hugo Hörnquist