| Commit message (Expand) | Author | Age | Files | Lines |
* | twtstr: fix deleteChars, do not remove space in replaceControls | bptato | 2024-03-14 | 1 | -5/+1 |
* | term: fix alt-screen = true without ti/te | bptato | 2024-03-08 | 1 | -10/+11 |
* | Add mouse support | bptato | 2024-02-29 | 1 | -7/+28 |
* | term: improve pixels-per-column/line detection | bptato | 2024-02-25 | 3 | -135/+165 |
* | Allow non-RGB colors in CSS | bptato | 2024-02-24 | 1 | -90/+101 |
* | Replace Chakasu with Chagashi | bptato | 2024-02-22 | 2 | -19/+15 |
* | term: fix coloring mess | bptato | 2024-02-17 | 1 | -29/+171 |
* | winattrs: remove unnecessary call, fix height_px fallback | bptato | 2024-02-17 | 1 | -1/+1 |
* | layout: use html/body bgcolor as canvas bgcolor | bptato | 2024-02-17 | 1 | -6/+7 |
* | Remove newFormat | bptato | 2024-01-23 | 1 | -3/+3 |
* | Re-design word handling, add e, E, W, B, etc. | bptato | 2024-01-19 | 1 | -9/+9 |
* | Remove std/terminal dependency | bptato | 2024-01-17 | 2 | -53/+65 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 3 | -14/+14 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 1 | -5/+5 |
* | break up twtstr somewhat | bptato | 2023-12-13 | 2 | -0/+2 |
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 1 | -3/+12 |
* | pager: fix regression | bptato | 2023-11-21 | 1 | -2/+2 |
* | bindings: find termcap on FreeBSD | bptato | 2023-11-21 | 1 | -8/+8 |
* | pager: remove pager.tty member | bptato | 2023-11-21 | 1 | -4/+5 |
* | term: replace control chars in setTitle | bptato | 2023-10-20 | 1 | -1/+5 |
* | WindowAttributes: refactor | bptato | 2023-10-19 | 4 | -56/+64 |
* | pager/lineedit: notify lineedit of windowChange | bptato | 2023-10-18 | 1 | -0/+4 |
* | term: un-export canvas | bptato | 2023-10-01 | 1 | -1/+1 |
* | lineedit: fix backspace bug | bptato | 2023-09-30 | 1 | -1/+1 |
* | lineedit: add missing begin() calls in prevHist/nextHist | bptato | 2023-09-20 | 1 | -0/+5 |
* | lineedit: fix off by one error in kill | bptato | 2023-09-20 | 1 | -2/+2 |
* | term: simplify/cleanup | bptato | 2023-09-18 | 1 | -77/+17 |
* | lineedit: fix a display bug | bptato | 2023-09-18 | 1 | -1/+2 |
* | lineedit: rewrite | bptato | 2023-09-18 | 1 | -250/+200 |
* | move around more modules | bptato | 2023-09-14 | 3 | -3/+426 |
* | move some modules to local/ | bptato | 2023-09-14 | 2 | -1832/+0 |
* | Switch buffer -> client connection to client -> buffer | bptato | 2023-09-14 | 1 | -30/+11 |
* | Do not use mailcap for text/plain | bptato | 2023-09-13 | 1 | -0/+5 |
* | fix compilation on 1.6.14 | bptato | 2023-09-09 | 1 | -3/+3 |
* | fetch: use JSDict | bptato | 2023-09-09 | 1 | -2/+2 |
* | javascript: add JSDict type | bptato | 2023-09-09 | 1 | -13/+11 |
* | add extern, refactor some term functions | bptato | 2023-09-09 | 3 | -53/+86 |
* | Add vi-style numeric prefixes, make gotoLine 1-based | bptato | 2023-09-08 | 1 | -8/+43 |
* | fetch: allow string input, allow init dictionary | bptato | 2023-09-08 | 1 | -2/+5 |
* | Add btoa, atob | bptato | 2023-09-07 | 1 | -0/+7 |
* | javascript: factor out fromJS | bptato | 2023-08-29 | 1 | -2/+3 |
* | javascript: refactor | bptato | 2023-08-28 | 2 | -1/+2 |
* | Allow overriding default headers | bptato | 2023-08-26 | 2 | -2/+2 |
* | client: make `client.client' a getter | bptato | 2023-08-20 | 1 | -1/+3 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 3 | -4/+7 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 2 | -67/+334 |
* | Fix double line bug in dump mode | bptato | 2023-07-29 | 1 | -1/+2 |
* | Add default background/foreground color override | bptato | 2023-07-29 | 1 | -38/+39 |
* | Add suspend() function (bound to C-z) | bptato | 2023-07-26 | 1 | -0/+5 |
* | Improve encoding support | bptato | 2023-07-12 | 2 | -31/+60 |