Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -23/+22 |
| | |||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -147/+114 |
| | |||||
* | Fix weird screen shift behavior | bptato | 2022-11-19 | 1 | -2/+3 |
| | | | | (or at least I hope this fixed it) | ||||
* | Re-implement highlighting | bptato | 2022-11-19 | 1 | -1/+2 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -65/+88 |
| | |||||
* | 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 |