about summary refs log tree commit diff stats
path: root/src/display/pager.nim
Commit message (Collapse)AuthorAgeFilesLines
* Kill individual buffers' loader processes on exitbptato2022-11-091-0/+15
|
* Use separate FileLoader instance for each bufferbptato2022-11-091-2/+2
|
* Do not always assume stdin is /dev/ttybptato2022-11-091-10/+12
| | | | | 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.)
* Reopen tty read-only, refresh containers when switchedbptato2022-10-241-9/+15
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-9/+371
|
* WIP pagerbptato2022-10-041-0/+62