Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Restore cursor position on reload | bptato | 2022-11-29 | 1 | -29/+42 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 1 | -20/+29 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -31/+49 | |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | |||||
* | Fix adoption agency algorithm bugs | bptato | 2022-11-27 | 1 | -5/+11 | |
| | ||||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -75/+63 | |
| | ||||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -144/+141 | |
| | | | | Well, not really proper, but better than nothing? Maybe not. | |||||
* | Get rid of writeCommand in container | bptato | 2022-11-26 | 1 | -26/+17 | |
| | | | | We have a type system, so let's use it. | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -28/+7 | |
| | ||||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -16/+39 | |
| | ||||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -32/+80 | |
| | ||||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -48/+32 | |
| | | | | Caveat: this breaks piped streams. | |||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 1 | -1/+1 | |
| | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -46/+50 | |
| | ||||||
* | Color stuff | bptato | 2022-11-21 | 1 | -1/+1 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -32/+47 | |
| | ||||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -11/+8 | |
| | ||||||
* | Fix weird screen shift behavior | bptato | 2022-11-19 | 1 | -15/+23 | |
| | | | | (or at least I hope this fixed it) | |||||
* | Re-implement highlighting | bptato | 2022-11-19 | 1 | -2/+52 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -0/+626 | |