Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Catch EOFError in console.readChar | bptato | 2022-12-07 | 1 | -1/+4 | |
| | ||||||
* | Do not set client.console.tty twice | bptato | 2022-12-06 | 1 | -3/+2 | |
| | ||||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -1/+7 | |
| | ||||||
* | Handle events after input too | bptato | 2022-12-05 | 1 | -0/+3 | |
| | ||||||
* | Add event loop to headless mode | bptato | 2022-12-03 | 1 | -0/+24 | |
| | ||||||
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 2 | -0/+5 | |
| | | | | It's more useful this way. | |||||
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 2 | -11/+2 | |
| | | | | | For now it's unnecessary; may be re-added later to support some dynamic document features. | |||||
* | term: fix cursorForward, cursorBackward | bptato | 2022-11-30 | 1 | -2/+2 | |
| | ||||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 2 | -6/+24 | |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | |||||
* | Restore cursor position on reload | bptato | 2022-11-29 | 1 | -4/+6 | |
| | ||||||
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 2 | -13/+23 | |
| | | | | It's still kind of broken... | |||||
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 3 | -2/+483 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -7/+10 | |
| | | | | | 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 | 2 | -36/+47 | |
| | ||||||
* | Also, implement proper async | bptato | 2022-11-27 | 2 | -11/+19 | |
| | | | | Well, not really proper, but better than nothing? Maybe not. | |||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 1 | -9/+9 | |