about summary refs log tree commit diff stats
path: root/src/display
Commit message (Collapse)AuthorAgeFilesLines
* Terminal refactoringsbptato2022-11-202-93/+83
|
* Incremental loading of text files, etc.bptato2022-11-202-162/+143
|
* Fix weird screen shift behaviorbptato2022-11-192-8/+10
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-192-14/+16
|
* Fix table cell size calculationbptato2022-11-191-0/+1
|
* Rewrite buffer/pager for multi-processingbptato2022-11-192-375/+574
|
* Kill individual buffers' loader processes on exitbptato2022-11-092-7/+20
|
* Use separate FileLoader instance for each bufferbptato2022-11-092-4/+4
|
* Do not always assume stdin is /dev/ttybptato2022-11-092-29/+44
| | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.)
* Fix piped streamsbptato2022-10-241-1/+3
|
* Reopen tty read-only, refresh containers when switchedbptato2022-10-242-10/+16
|
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-192-554/+419
|
* WIP pagerbptato2022-10-042-21/+85
|
* Bugfixes & test JS event loopbptato2022-09-161-18/+110
|
* Tweaks/bugfixes for armbptato2022-09-141-2/+1
|
* More JS bindingsbptato2022-09-131-10/+174
|
* Add JS binding generationbptato2022-09-121-0/+591