Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move around more modules | bptato | 2023-09-14 | 1 | -1/+1 |
| | | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/ | ||||
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -2/+3 |
| | | | | Operation "modularize Chawan somewhat" part 1 | ||||
* | rendertext: do not rewind if no other charsets are available | bptato | 2023-06-25 | 1 | -1/+1 |
| | | | | Fixes crash when the decoder fails to decode all given charsets. | ||||
* | Add display/output encoding | bptato | 2023-05-19 | 1 | -0/+2 |
| | | | | Some encodings are still missing | ||||
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -3/+30 |
| | | | | Only document-charset supported for now. | ||||
* | rendertext: fix format position for non-ascii | bptato | 2023-01-01 | 1 | -1/+5 |
| | |||||
* | rendertext: fix ansi escape regression | bptato | 2022-12-28 | 1 | -0/+1 |
| | |||||
* | Proper support for tabs | bptato | 2022-12-27 | 1 | -15/+1 |
| | |||||
* | rendertext: fix tab width | bptato | 2022-12-27 | 1 | -8/+7 |
| | |||||
* | rendertext: fix tab weirdness | bptato | 2022-12-25 | 1 | -10/+8 |
| | |||||
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -3/+0 |
| | |||||
* | Remove obsolete renderPlainText proc | bptato | 2022-12-15 | 1 | -42/+0 |
| | |||||
* | Fix console display bugs, add container.location | bptato | 2022-12-15 | 1 | -1/+6 |
| | |||||
* | rendertext, color: fix escape codes | bptato | 2022-12-14 | 1 | -0/+1 |
| | |||||
* | Fix decoder bugs, move decoder to encoding/ | bptato | 2022-12-10 | 1 | -1/+1 |
| | |||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -32/+43 |
| | | | | Also, fix a bug in the | ||||
* | Remove unused twtstr functions | bptato | 2022-12-05 | 1 | -2/+2 |
| | |||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -21/+31 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -11/+13 |
| | |||||
* | Fix tab rendering | bptato | 2022-11-22 | 1 | -2/+20 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -1/+1 |
| | |||||
* | Reduce formatting complexity | bptato | 2022-02-19 | 1 | -2/+2 |
| | | | | | | Formatting based on cells instead of bytes. No clue why I'd ever thought the latter would be a good idea. This fixes background colors too. I think. | ||||
* | Implement padding | bptato | 2022-01-26 | 1 | -2/+2 |
| | |||||
* | Basic content type implementation | bptato | 2021-12-26 | 1 | -3/+8 |
| | |||||
* | Proper URL handling | bptato | 2021-12-26 | 1 | -16/+42 |
| | |||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 1 | -0/+40 |