about summary refs log tree commit diff stats
path: root/src/display
Commit message (Expand)AuthorAgeFilesLines
* Show error messages, fix some fetch crashesbptato2023-06-091-1/+4
* Fix 'F' missing from fullwidth chars + display bugsbptato2023-06-092-40/+42
* Add missing null checkbptato2023-06-071-1/+2
* Add XTERM title renamingbptato2023-06-072-27/+26
* Clean up stream error handlingbptato2023-06-071-0/+2
* Fix bug in client's unregistered fd handlingbptato2023-06-061-2/+6
* Add support for canvas and multipartbptato2023-06-051-0/+6
* Fix more config inconsistenciesbptato2023-06-011-10/+11
* Add module loading to clientbptato2023-06-011-0/+24
* Add setTimeout, setInterval to windowbptato2023-06-011-83/+27
* Run JS jobs in headless mode toobptato2023-05-221-0/+2
* Run JS jobs on timeout handlersbptato2023-05-211-0/+2
* Rewrite new Request bindingbptato2023-05-211-1/+1
* Add display/output encodingbptato2023-05-192-12/+49
* Refactor config, add charset optsbptato2023-05-163-42/+56
* Fix some fetch crashesbptato2023-05-111-1/+4
* Improve debugging, reduce crashesbptato2023-05-091-1/+23
* WIP fetchbptato2023-04-301-0/+4
* setTimeout, setInterval: hack to fix 0 timeoutbptato2023-02-091-2/+2
* Slightly improve request api (less crashes)bptato2023-02-051-1/+1
* pager, term: fix inefficiencies, off by one errorsbptato2023-01-112-13/+15
* display/pager: correct maximum status message widthbptato2023-01-071-4/+6
* Slightly refactor commandModebptato2023-01-062-10/+19
* display/client: quit when pager.buffer is nullbptato2023-01-051-0/+3
* Get rid of eprint in place of stderr.writebptato2023-01-051-1/+1
* Add ask()bptato2023-01-052-47/+80
* pager: fix prevBuffer, nextBuffer, replace weirdnessbptato2023-01-041-8/+16
* client, pager, dom, ...: better error handlingbptato2023-01-042-83/+92
* container, pager: work around bad codegenbptato2023-01-021-7/+7
* term: hack to avoid a weird crashbptato2023-01-021-2/+8
* Fix connection load info not being shownbptato2023-01-022-3/+6
* loader: proper redirect handlingbptato2023-01-011-3/+4
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-1/+1
* pager: fix bug with tab on screen shiftingbptato2023-01-011-2/+3
* Add promise support to JSbptato2022-12-311-1/+9
* Proper support for tabsbptato2022-12-272-11/+15
* dom: fix collection cachingbptato2022-12-271-0/+6
* pager: improve title display, fix alert displaybptato2022-12-252-4/+35
* pager: proxy values in container; js: bugfixesbptato2022-12-202-70/+55
* Add unicode normalization, etcbptato2022-12-191-6/+18
* Add JS support to documentsbptato2022-12-182-26/+27
* Allow cycling through hover-texts with ubptato2022-12-162-15/+14
* Fix a processFormat bugbptato2022-12-162-6/+8
* discardTree only kills child buffers, fix discardBufferbptato2022-12-161-3/+5
* container: do not load all lines at once in readLinesbptato2022-12-151-4/+2
* pager: fix getRoot returning nothingbptato2022-12-151-0/+1
* Fix console display bugs, add container.locationbptato2022-12-151-2/+5
* Add discardTree, update docsbptato2022-12-151-19/+34
* term: improve screen/line clearingbptato2022-12-151-4/+12
* Fix searchbptato2022-12-141-1/+5