about summary refs log tree commit diff stats
path: root/src/display
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix overline emulation in middle of linebptato2022-12-071-0/+11
|
* Add multiple text-decoration, overline emulationbptato2022-12-071-1/+21
|
* Add force-clearbptato2022-12-071-1/+1
|
* Catch EOFError in console.readCharbptato2022-12-071-1/+4
|
* Do not set client.console.tty twicebptato2022-12-061-3/+2
|
* Add title tag support, peek, peekCursorbptato2022-12-051-1/+7
|
* Handle events after input toobptato2022-12-051-0/+3
|
* Add event loop to headless modebptato2022-12-031-0/+24
|
* Make redraw() actually clear the screenbptato2022-12-012-0/+5
| | | | It's more useful this way.
* Fix some screen update issues, remove redraw timerbptato2022-12-012-11/+2
| | | | | For now it's unnecessary; may be re-added later to support some dynamic document features.
* term: fix cursorForward, cursorBackwardbptato2022-11-301-2/+2
|
* Add siteconf, fix lineedit bugsbptato2022-11-292-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 reloadbptato2022-11-291-4/+6
|
* Add line editing history, other lineedit fixesbptato2022-11-292-13/+23
| | | | It's still kind of broken...
* Fix container insertionbptato2022-11-281-1/+1
|
* Add textareabptato2022-11-283-2/+483
| | | | Editing is implemented using an external editor (like vi).
* Rework broken non-blocking iobptato2022-11-271-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 barbptato2022-11-272-36/+47
|
* Also, implement proper asyncbptato2022-11-272-11/+19
| | | | Well, not really proper, but better than nothing? Maybe not.
* Fix lineedit bugsbptato2022-11-261-9/+9