about summary refs log tree commit diff stats
path: root/src/utils/twtstr.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix delete characterbptato2021-11-201-2/+20
|
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-0/+26
|
* Store pixels per character/rowbptato2021-11-141-17/+3
|
* Parse ansi escape codes when displaying plain textbptato2021-11-131-4/+4
|
* Refactor output formatting code, drop non-ansi supportbptato2021-11-131-0/+19
|
* Get rid of some old code, work on css property handlingbptato2021-08-111-11/+20
|
* Reorganize importsbptato2021-08-071-1/+1
|
* Refactoring in buffer.nimbptato2021-08-061-2/+0
|
* Implement new buffer model which supports X coordsbptato2021-08-051-6/+2
| | | | ...also, one can kinda use this as a file viewer now I guess
* Remove static radix tree and small/full buildsbptato2021-08-051-6/+4
| | | | | | Static radix tree was a hack to begin with and I don't want to deal with it anymore. I might consider small/full builds later on but let's be honest here, it's premature optimization.
* more stuffbptato2021-08-051-4/+101
|
* CSS selectors and re-organizationbptato2021-07-301-0/+455