about summary refs log tree commit diff stats
path: root/src/display/client.nim
Commit message (Collapse)AuthorAgeFilesLines
* Terminal refactoringsbptato2022-11-201-23/+22
|
* Incremental loading of text files, etc.bptato2022-11-201-147/+114
|
* Fix weird screen shift behaviorbptato2022-11-191-2/+3
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-191-1/+2
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-65/+88
|
* Kill individual buffers' loader processes on exitbptato2022-11-091-7/+5
|
* Use separate FileLoader instance for each bufferbptato2022-11-091-2/+2
|
* Do not always assume stdin is /dev/ttybptato2022-11-091-19/+32
| | | | | 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-241-1/+1
|
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-545/+48
|
* WIP pagerbptato2022-10-041-21/+23
|
* 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