Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill individual buffers' loader processes on exit | bptato | 2022-11-09 | 1 | -0/+15 |
| | |||||
* | Use separate FileLoader instance for each buffer | bptato | 2022-11-09 | 1 | -2/+2 |
| | |||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 1 | -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 switched | bptato | 2022-10-24 | 1 | -9/+15 |
| | |||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -9/+371 |
| | |||||
* | WIP pager | bptato | 2022-10-04 | 1 | -0/+62 |