Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: support <a name=... for anchor navigation | bptato | 2023-09-20 | 1 | -3/+3 |
| | |||||
* | loader: add gopher support | bptato | 2023-09-20 | 1 | -2/+3 |
| | | | | works | ||||
* | update chame | bptato | 2023-09-19 | 1 | -1/+2 |
| | | | | and with that, resolve the unknown input type issue | ||||
* | Fix compilation with --assertions:off | bptato | 2023-09-15 | 2 | -3/+6 |
| | | | | | Remove side effects from assert statements. The flag is not used currently, but let's not depend on that. | ||||
* | buffer: directly pass EncoderStream to parseStylesheet | bptato | 2023-09-14 | 1 | -3/+2 |
| | | | | No need for that extra copy into a StringStream. | ||||
* | Update submodules | bptato | 2023-09-14 | 1 | -1/+3 |
| | |||||
* | move around more modules | bptato | 2023-09-14 | 2 | -0/+1730 |
* ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/ |