about summary refs log tree commit diff stats
path: root/src/render/rendertext.nim
Commit message (Collapse)AuthorAgeFilesLines
* Buffer improvementsbptato2022-11-251-11/+13
|
* Fix tab renderingbptato2022-11-221-2/+20
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-1/+1
|
* Reduce formatting complexitybptato2022-02-191-2/+2
| | | | | | Formatting based on cells instead of bytes. No clue why I'd ever thought the latter would be a good idea. This fixes background colors too. I think.
* Implement paddingbptato2022-01-261-2/+2
|
* Basic content type implementationbptato2021-12-261-3/+8
|
* Proper URL handlingbptato2021-12-261-16/+42
|
* Refactor buffer rendering proceduresbptato2021-12-231-0/+40