about summary refs log tree commit diff stats
path: root/src/display
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix lineedit bugsbptato2022-11-261-9/+9
|
* Fix misc bugsbptato2022-11-251-1/+6
|
* Improve status messages, fix regressions, etcbptato2022-11-252-122/+119
|
* Fix user style regression, add minimum-contrastbptato2022-11-251-12/+14
|
* Buffer improvementsbptato2022-11-252-22/+29
|
* Avoid forking child processes from the main processbptato2022-11-242-45/+79
| | | | Caveat: this breaks piped streams.
* Table improvementsbptato2022-11-221-0/+3
|
* Termcap support (?)bptato2022-11-212-5/+13
|
* Color & term improvementsbptato2022-11-212-55/+74
|
* Color stuffbptato2022-11-211-9/+11
|
* 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