about summary refs log tree commit diff stats
path: root/src/display
Commit message (Expand)AuthorAgeFilesLines
* twtstr: fix deleteChars, do not remove space in replaceControlsbptato2024-03-141-5/+1
* term: fix alt-screen = true without ti/tebptato2024-03-081-10/+11
* Add mouse supportbptato2024-02-291-7/+28
* term: improve pixels-per-column/line detectionbptato2024-02-253-135/+165
* Allow non-RGB colors in CSSbptato2024-02-241-90/+101
* Replace Chakasu with Chagashibptato2024-02-222-19/+15
* term: fix coloring messbptato2024-02-171-29/+171
* winattrs: remove unnecessary call, fix height_px fallbackbptato2024-02-171-1/+1
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-171-6/+7
* Remove newFormatbptato2024-01-231-3/+3
* Re-design word handling, add e, E, W, B, etc.bptato2024-01-191-9/+9
* Remove std/terminal dependencybptato2024-01-172-53/+65
* Use std/* imports everywherebptato2024-01-073-14/+14
* Compile with styleCheck:usagesbptato2023-12-281-5/+5
* break up twtstr somewhatbptato2023-12-132-0/+2
* pager, container: add text selection/copyingbptato2023-12-031-3/+12
* pager: fix regressionbptato2023-11-211-2/+2
* bindings: find termcap on FreeBSDbptato2023-11-211-8/+8
* pager: remove pager.tty memberbptato2023-11-211-4/+5
* term: replace control chars in setTitlebptato2023-10-201-1/+5
* WindowAttributes: refactorbptato2023-10-194-56/+64
* pager/lineedit: notify lineedit of windowChangebptato2023-10-181-0/+4
* term: un-export canvasbptato2023-10-011-1/+1
* lineedit: fix backspace bugbptato2023-09-301-1/+1
* lineedit: add missing begin() calls in prevHist/nextHistbptato2023-09-201-0/+5
* lineedit: fix off by one error in killbptato2023-09-201-2/+2
* 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