about summary refs log tree commit diff stats
path: root/src/buffer/cell.nim
Commit message (Collapse)AuthorAgeFilesLines
* renderdocument: add StyledNodes to backgroundsbptato2023-01-031-17/+4
| | | | | | This makes it possible to e.g. click on this: <a href=x style="display: inline-block; width: 5em; height: 5em; background-color: red"></a>
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-4/+4
| | | | Write always blocks for now, as it's too big of a footgun not to
* Fix some regressions, add loading progress barbptato2022-11-271-0/+44
|
* Terminal refactoringsbptato2022-11-201-37/+16
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-0/+321