summaryrefslogtreecommitdiffstats
path: root/src/text.c
Commit message (Collapse)AuthorAgeFilesLines
* text_new(): Handle missing trailing newlinePatrick McDermott2019-07-171-0/+8
| | | | Or maybe people who omit trailing newlines deserve buffer overflows.
* text_render(): New functionPatrick McDermott2019-07-171-0/+37
|
* text_new(): Increment through stringPatrick McDermott2019-07-171-0/+2
|
* text_new(): Reset width after newlinesPatrick McDermott2019-07-171-0/+1
|
* text_*(): New functionsPatrick McDermott2019-07-171-0/+91