about summary refs log tree commit diff stats
path: root/src/local/container.nim
Commit message (Expand)AuthorAgeFilesLines
...
* container: fix cursorToggleSelection on double-width charactersbptato2024-02-111-3/+4
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-15/+18
* twtstr: misc refactoringsbptato2024-02-091-1/+1
* Add command to yank link under cursor (yc)bptato2024-01-291-0/+6
* forkserver: clean upbptato2024-01-291-12/+2
* container: fix b/e unnecessarily switching linesbptato2024-01-201-3/+8
* Re-design word handling, add e, E, W, B, etc.bptato2024-01-191-10/+156
* js: merge some type modules into jstypesbptato2024-01-111-1/+1
* Use std/* imports everywherebptato2024-01-071-5/+5
* container: fix gotoMarkYbptato2023-12-211-1/+1
* container: fix multi-byte selections, do not append newlinebptato2023-12-161-7/+11
* Implement local CGI error message handlingbptato2023-12-151-1/+7
* Set ishtml in the correct place, take ishtml on clonebptato2023-12-151-1/+2
* container: track ishtml statusbptato2023-12-151-0/+3
* Various fixesbptato2023-12-131-0/+1
* break up twtstr somewhatbptato2023-12-131-0/+1
* pager: add marksbptato2023-12-091-7/+150
* pager: add precnum to [, ]bptato2023-12-091-4/+4
* pager: add `{', `}'; document externIntobptato2023-12-091-0/+14
* pager, container: add text selection/copyingbptato2023-12-031-40/+163
* WindowAttributes: refactorbptato2023-10-191-1/+1
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-0/+14
* Refactor Consolebptato2023-10-131-2/+7
* Fix cursor x not being updated on backwards searchbptato2023-10-011-3/+11
* container: fix oob in area highlightingbptato2023-10-011-0/+2
* container: center column in setCursorXYCenterbptato2023-10-011-0/+3
* more vi/m compatbptato2023-10-011-16/+26
* Improve vi/m compat in scrollingbptato2023-10-011-17/+68
* buffer: fix cursor unnecessarily jumping to y=0bptato2023-09-301-2/+3
* Add urimethodmap supportbptato2023-09-301-2/+4
* loader: add local-cgibptato2023-09-301-5/+2
* buffer: simplify contentType handlingbptato2023-09-271-4/+4
* interface clone: remove unused arg, documentbptato2023-09-271-1/+1
* Add precnum support to more functionsbptato2023-09-261-26/+33
* container: un-extern, un-ref highlightsbptato2023-09-231-9/+6
* fix devnull dup in place of stdinbptato2023-09-231-4/+7
* buffer: make readFromFd work with pipesbptato2023-09-231-1/+8
* buffer: make clone fork()bptato2023-09-231-9/+63
* Disable "toggle source" for the console bufferbptato2023-09-211-2/+5
* move around more modulesbptato2023-09-141-6/+6
* move some modules to local/bptato2023-09-141-0/+1024