Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add textarea | bptato | 2022-11-28 | 5 | -19/+83 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -10/+6 |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | ||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -1/+8 |
| | |||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -1/+20 |
| | | | | Well, not really proper, but better than nothing? Maybe not. | ||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 2 | -1/+2 |
| | |||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+7 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 2 | -4/+122 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 4 | -12/+193 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 3 | -0/+287 |