about summary refs log tree commit diff stats
path: root/src/display
Commit message (Expand)AuthorAgeFilesLines
...
* Do not free jsrt in quit()bptato2023-06-291-2/+2
* Free JSRuntime, JSContext and ctors on exitbptato2023-06-271-1/+8
* term: convert 8-bit colors to ANSIbptato2023-06-271-0/+6
* Support 8-bit output colorsbptato2023-06-261-20/+48
* config: add stylesheet, apply siteconf to piped inputbptato2023-06-261-13/+19
* Fix crash in openEditor if SIGINT was deliveredbptato2023-06-261-0/+1
* hacks for readline so that it at least kind of worksbptato2023-06-252-2/+13
* pager: alert on invalid regexbptato2023-06-241-12/+13
* Option -> Opt in config, return error in compileSearchRegexbptato2023-06-241-6/+7
* Only set terminal title when it is a ttybptato2023-06-241-2/+5
* Working Nim-QuickJS GC integrationbptato2023-06-241-1/+2
* term: fix clearEnd regressionbptato2023-06-231-1/+3
* Fix module loading bugsbptato2023-06-221-8/+17
* Reject fetch promise on network errorbptato2023-06-191-1/+1
* Get rid of the .jserr pragmabptato2023-06-192-2/+2
* Rework JS exception systembptato2023-06-191-0/+3
* Cleanups & bug fixes involving promisesbptato2023-06-151-0/+1
* Make Result.text, json return promisebptato2023-06-131-4/+2
* Fix various layout bugs, prepare for image supportbptato2023-06-121-0/+3
* Add readBlob, fix WebFile serializationbptato2023-06-111-1/+7
* Fix color U, slightly change contrast algorithmbptato2023-06-101-5/+14
* approximateANSIColor: fix possible underflowbptato2023-06-101-3/+4
* Fix some type confusion with colors, fix crash in pagerbptato2023-06-092-9/+12
* 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