Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | text_render(): Make default fg color "dark" white | Patrick McDermott | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | sgr(): New function (4-bit colors only) | Patrick McDermott | 2019-07-17 | 1 | -0/+7 |
| | |||||
* | text_render(): Duplicate string | Patrick McDermott | 2019-07-17 | 1 | -7/+16 |
| | |||||
* | text_*(): Store dimensions as size_t | Patrick McDermott | 2019-07-17 | 1 | -5/+5 |
| | |||||
* | text_render(): Fill to end of each line | Patrick McDermott | 2019-07-17 | 1 | -0/+6 |
| | |||||
* | text_new(): Handle missing trailing newline | Patrick McDermott | 2019-07-17 | 1 | -0/+8 |
| | | | | Or maybe people who omit trailing newlines deserve buffer overflows. | ||||
* | text_render(): New function | Patrick McDermott | 2019-07-17 | 1 | -0/+37 |
| | |||||
* | text_new(): Increment through string | Patrick McDermott | 2019-07-17 | 1 | -0/+2 |
| | |||||
* | text_new(): Reset width after newlines | Patrick McDermott | 2019-07-17 | 1 | -0/+1 |
| | |||||
* | text_*(): New functions | Patrick McDermott | 2019-07-17 | 1 | -0/+91 |