about summary refs log tree commit diff stats
path: root/src/display
Commit message (Expand)AuthorAgeFilesLines
* term: simplify/cleanupbptato2023-09-181-77/+17
* lineedit: fix a display bugbptato2023-09-181-1/+2
* lineedit: rewritebptato2023-09-181-250/+200
* move around more modulesbptato2023-09-143-3/+426
* move some modules to local/bptato2023-09-142-1832/+0
* Switch buffer -> client connection to client -> bufferbptato2023-09-141-30/+11
* Do not use mailcap for text/plainbptato2023-09-131-0/+5
* fix compilation on 1.6.14bptato2023-09-091-3/+3
* fetch: use JSDictbptato2023-09-091-2/+2
* javascript: add JSDict typebptato2023-09-091-13/+11
* add extern, refactor some term functionsbptato2023-09-093-53/+86
* Add vi-style numeric prefixes, make gotoLine 1-basedbptato2023-09-081-8/+43
* fetch: allow string input, allow init dictionarybptato2023-09-081-2/+5
* Add btoa, atobbptato2023-09-071-0/+7
* javascript: factor out fromJSbptato2023-08-291-2/+3
* javascript: refactorbptato2023-08-282-1/+2
* Allow overriding default headersbptato2023-08-262-2/+2
* client: make `client.client' a getterbptato2023-08-201-1/+3
* Move charsets into chakasubptato2023-08-143-4/+7
* Add mailcap, mime.types & misc refactoringsbptato2023-08-132-67/+334
* Fix double line bug in dump modebptato2023-07-291-1/+2
* Add default background/foreground color overridebptato2023-07-291-38/+39
* Add suspend() function (bound to C-z)bptato2023-07-261-0/+5
* Improve encoding supportbptato2023-07-122-31/+60
* Buffer search fixes & improvementsbptato2023-07-111-27/+39
* term: fix cursorGoto without termcapbptato2023-07-101-1/+1
* htmlparser: decouple from DOMbptato2023-07-091-1/+1
* term: fix ANSI color approximationbptato2023-07-061-7/+8
* Add popup menu for select elementbptato2023-07-051-54/+12
* Add proxy supportbptato2023-07-042-19/+28
* pager: do not store jsctxbptato2023-07-041-12/+12
* Do not conditionally disable CastSizesbptato2023-07-031-6/+1
* Fix JS type conversion regressionsbptato2023-07-031-3/+6
* Fix CastSize warningsbptato2023-07-031-1/+3
* Add XHR/Event stubsbptato2023-07-021-3/+7
* Factor out headers into separate modulebptato2023-07-012-0/+3
* use =destroy instead of finalizersbptato2023-07-012-1/+6
* Add window.locationbptato2023-06-291-1/+1
* Do not block indefinitely if buffer crashes before acceptbptato2023-06-291-34/+46
* 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
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273