| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | container: fix cursorToggleSelection on double-width characters | bptato | 2024-02-11 | 1 | -3/+4 |
* | Get rid of LOAD_PIPE BufferSource | bptato | 2024-02-11 | 1 | -15/+18 |
* | twtstr: misc refactorings | bptato | 2024-02-09 | 1 | -1/+1 |
* | Add command to yank link under cursor (yc) | bptato | 2024-01-29 | 1 | -0/+6 |
* | forkserver: clean up | bptato | 2024-01-29 | 1 | -12/+2 |
* | container: fix b/e unnecessarily switching lines | bptato | 2024-01-20 | 1 | -3/+8 |
* | Re-design word handling, add e, E, W, B, etc. | bptato | 2024-01-19 | 1 | -10/+156 |
* | js: merge some type modules into jstypes | bptato | 2024-01-11 | 1 | -1/+1 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -5/+5 |
* | container: fix gotoMarkY | bptato | 2023-12-21 | 1 | -1/+1 |
* | container: fix multi-byte selections, do not append newline | bptato | 2023-12-16 | 1 | -7/+11 |
* | Implement local CGI error message handling | bptato | 2023-12-15 | 1 | -1/+7 |
* | Set ishtml in the correct place, take ishtml on clone | bptato | 2023-12-15 | 1 | -1/+2 |
* | container: track ishtml status | bptato | 2023-12-15 | 1 | -0/+3 |
* | Various fixes | bptato | 2023-12-13 | 1 | -0/+1 |
* | break up twtstr somewhat | bptato | 2023-12-13 | 1 | -0/+1 |
* | pager: add marks | bptato | 2023-12-09 | 1 | -7/+150 |
* | pager: add precnum to [, ] | bptato | 2023-12-09 | 1 | -4/+4 |
* | pager: add `{', `}'; document externInto | bptato | 2023-12-09 | 1 | -0/+14 |
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 1 | -40/+163 |
* | WindowAttributes: refactor | bptato | 2023-10-19 | 1 | -1/+1 |
* | container: add cursorNthLink, cursorRevNthLink | bptato | 2023-10-14 | 1 | -0/+14 |
* | Refactor Console | bptato | 2023-10-13 | 1 | -2/+7 |
* | Fix cursor x not being updated on backwards search | bptato | 2023-10-01 | 1 | -3/+11 |
* | container: fix oob in area highlighting | bptato | 2023-10-01 | 1 | -0/+2 |
* | container: center column in setCursorXYCenter | bptato | 2023-10-01 | 1 | -0/+3 |
* | more vi/m compat | bptato | 2023-10-01 | 1 | -16/+26 |
* | Improve vi/m compat in scrolling | bptato | 2023-10-01 | 1 | -17/+68 |
* | buffer: fix cursor unnecessarily jumping to y=0 | bptato | 2023-09-30 | 1 | -2/+3 |
* | Add urimethodmap support | bptato | 2023-09-30 | 1 | -2/+4 |
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -5/+2 |
* | buffer: simplify contentType handling | bptato | 2023-09-27 | 1 | -4/+4 |
* | interface clone: remove unused arg, document | bptato | 2023-09-27 | 1 | -1/+1 |
* | Add precnum support to more functions | bptato | 2023-09-26 | 1 | -26/+33 |
* | container: un-extern, un-ref highlights | bptato | 2023-09-23 | 1 | -9/+6 |
* | fix devnull dup in place of stdin | bptato | 2023-09-23 | 1 | -4/+7 |
* | buffer: make readFromFd work with pipes | bptato | 2023-09-23 | 1 | -1/+8 |
* | buffer: make clone fork() | bptato | 2023-09-23 | 1 | -9/+63 |
* | Disable "toggle source" for the console buffer | bptato | 2023-09-21 | 1 | -2/+5 |
* | move around more modules | bptato | 2023-09-14 | 1 | -6/+6 |
* | move some modules to local/ | bptato | 2023-09-14 | 1 | -0/+1024 |