Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Kill individual buffers' loader processes on exit | bptato | 2022-11-09 | 1 | -7/+5 | |
| | ||||||
* | 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 | -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 streams | bptato | 2022-10-24 | 1 | -1/+3 | |
| | ||||||
* | Reopen tty read-only, refresh containers when switched | bptato | 2022-10-24 | 1 | -1/+1 | |
| | ||||||
* | Fix crash on opening unavailable resources | bptato | 2022-10-19 | 1 | -3/+7 | |
| | ||||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -545/+48 | |
| | ||||||
* | WIP pager | bptato | 2022-10-04 | 1 | -21/+23 | |
| | ||||||
* | Bugfixes & test JS event loop | bptato | 2022-09-16 | 1 | -18/+110 | |
| | ||||||
* | Tweaks/bugfixes for arm | bptato | 2022-09-14 | 1 | -2/+1 | |
| | ||||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -10/+174 | |
| | ||||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -0/+591 | |