Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pager, term: fix inefficiencies, off by one errors | bptato | 2023-01-11 | 1 | -7/+6 |
| | | | | and other weird things I forgot to remove while debugging | ||||
* | term: hack to avoid a weird crash | bptato | 2023-01-02 | 1 | -2/+8 |
| | | | | Looks like we can't just assign canvas to pcanvas. | ||||
* | Proper support for tabs | bptato | 2022-12-27 | 1 | -7/+11 |
| | |||||
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -6/+18 |
| | |||||
* | Fix a processFormat bug | bptato | 2022-12-16 | 1 | -4/+6 |
| | |||||
* | term: improve screen/line clearing | bptato | 2022-12-15 | 1 | -4/+12 |
| | |||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 1 | -15/+20 |
| | |||||
* | Fix color contrast correction | bptato | 2022-12-12 | 1 | -28/+27 |
| | | | | | Instead of just inverting the color and hoping for the best, convert it to YUV and increase/decrease luminance based on results. | ||||
* | Fix -d | bptato | 2022-12-10 | 1 | -23/+44 |
| | |||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -4/+4 |
| | | | | Write always blocks for now, as it's too big of a footgun not to | ||||
* | Fix overline emulation in middle of line | bptato | 2022-12-07 | 1 | -0/+11 |
| | |||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -1/+21 |
| | |||||
* | Add force-clear | bptato | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 1 | -0/+3 |
| | | | | It's more useful this way. | ||||
* | term: fix cursorForward, cursorBackward | bptato | 2022-11-30 | 1 | -2/+2 |
| | |||||
* | Add textarea | bptato | 2022-11-28 | 1 | -0/+472 |
Editing is implemented using an external editor (like vi). |