Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -17/+20 |
| | |||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -3/+3 |
| | | | | Well, not really proper, but better than nothing? Maybe not. | ||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -43/+63 |
| | |||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -12/+14 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -22/+25 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -28/+62 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Termcap support (?) | bptato | 2022-11-21 | 1 | -1/+5 |
| | |||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -29/+33 |
| | |||||
* | 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 |