aboutsummaryrefslogtreecommitdiff
path: root/text-common.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-10text: move higher level utility functions to separate fileMarc André Tanner1-0/+72
The moved functions do not need access to internals of text.c, but instead use the public interfaces. Splitting them out should facilitate experimentation with different core text management data structures.