about summary refs log tree commit diff stats
path: root/src/display
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix misc bugsbptato2022-11-251-1/+6
|
* Improve status messages, fix regressions, etcbptato2022-11-252-122/+119
|
* Fix user style regression, add minimum-contrastbptato2022-11-251-12/+14
|
* Buffer improvementsbptato2022-11-252-22/+29
|
* Avoid forking child processes from the main processbptato2022-11-242-45/+79
| | | | Caveat: this breaks piped streams.
* Table improvementsbptato2022-11-221-0/+3
|
* Termcap support (?)bptato2022-11-212-5/+13
|
* Color & term improvementsbptato2022-11-212-55/+74
|
* Color stuffbptato2022-11-211-9/+11
|
* Terminal refactoringsbptato2022-11-202-93/+83
|
* Incremental loading of text files, etc.bptato2022-11-202-162/+143
|
* Fix weird screen shift behaviorbptato2022-11-192-8/+10
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-192-14/+16
|
* Fix table cell size calculationbptato2022-11-191-0/+1
|
* Rewrite buffer/pager for multi-processingbptato2022-11-192-375/+574
|
* Kill individual buffers' loader processes on exitbptato2022-11-092-7/+20
|
* Use separate FileLoader instance for each bufferbptato2022-11-092-4/+4
|
* Do not always assume stdin is /dev/ttybptato2022-11-092-29/+44
| | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.)
* Fix piped streamsbptato2022-10-241-1/+3
|
* Reopen tty read-only, refresh containers when switchedbptato2022-10-242-10/+16
|
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-192-554/+419
|
* WIP pagerbptato2022-10-042-21/+85
|
* Bugfixes & test JS event loopbptato2022-09-161-18/+110
|
* Tweaks/bugfixes for armbptato2022-09-141-2/+1
|
* More JS bindingsbptato2022-09-131-10/+174
|
* Add JS binding generationbptato2022-09-121-0/+591