about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* select: fix height definitionbptato2024-12-151-13/+10
* chabookmark fixes & improvementsbptato2024-12-151-1/+4
* client: document readFile, writeFile; add getenv, setenvbptato2024-12-141-7/+32
* term: allow ANSI fgcolor + bgcolorbptato2024-12-131-6/+2
* container, cookie: simplify extractCookies, cookieJar.addbptato2024-12-131-4/+3
* cookie: remove JS modulebptato2024-12-131-2/+0
* pager: fix casingbptato2024-12-121-1/+1
* pager: do not prompt for text typesbptato2024-12-111-1/+7
* pager, mailcap: misc fixes, add prompt for global mailcapbptato2024-12-111-94/+218
* pager: remove unused variablebptato2024-12-101-15/+3
* pager: fix nil derefbptato2024-12-101-2/+2
* client: mostly merge into pagerbptato2024-12-092-808/+784
* container: de-extern some procsbptato2024-12-091-19/+19
* pager: hide kitty images when menu is openbptato2024-12-062-3/+20
* config, mailcap: remove std/streams dependency, specialize mmapbptato2024-12-051-1/+1
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-052-2/+3
* pager, term: use cell offset with kitty imagesbptato2024-12-032-11/+24
* term: respect LINES, COLUMNS; do not crash without vi/vebptato2024-12-011-6/+12
* term: disable screen workaround on tmuxbptato2024-12-011-1/+2
* pager: do not make pointless requests in viewImage, add saveImagebptato2024-11-302-5/+10
* twtstr: add mypairsbptato2024-11-282-3/+3
* layout, term, url: misc cleanupbptato2024-11-281-1/+0
* mailcap: add x-needsstyle extension fieldbptato2024-11-271-2/+7
* select: pad options in newSelectbptato2024-11-262-18/+19
* client: exit if quit was called inside a jobbptato2024-11-251-10/+11
* pager, select: add more items, misc fixesbptato2024-11-253-46/+78
* select: misc fixesbptato2024-11-241-2/+10
* loader/* -> serverbptato2024-11-243-14/+14
* select: fix display with multi-width charsbptato2024-11-241-6/+11
* pager: pad menu itemsbptato2024-11-241-10/+10
* pager, select: implement more functionsbptato2024-11-242-5/+18
* pager, select: add right click menu, fix some bugsbptato2024-11-234-82/+219
* pager: fix loadURL crash on empty URLbptato2024-11-231-1/+3
* container: add Lynx-style navigation commandscommodorian2024-11-231-0/+55
* buffer: proper toggleImages implementationbptato2024-11-212-4/+4
* select: various improvementsbptato2024-11-211-69/+79
* container: add numLines getterbptato2024-11-191-1/+1
* Update monoucha, fix some JS testsbptato2024-11-181-2/+2
* select: add cursorPrevLink, cursorNextLinkbptato2024-11-171-0/+6
* container: do not share cached images on clonebptato2024-11-161-0/+1
* formdata: eliminate a global varbptato2024-11-152-8/+9
* js: reorganize modules, update docsbptato2024-11-152-8/+30
* config: resolve download-dir as path, update docsbptato2024-11-131-1/+3
* container: fix `U' cursor repositioning (really)bptato2024-11-122-25/+16
* buffer: fix broken gotoAnchor behaviorbptato2024-11-122-44/+44
* client: do not reopen istream if stdin is a ttybptato2024-11-121-6/+5
* url: reduce URL object size, simplifybptato2024-11-113-4/+5
* client: run actions for mouse clicksbptato2024-11-101-12/+16
* cascade: adjust prefers-color-scheme based on terminal backgroundbptato2024-11-101-0/+1
* layout -> cssbptato2024-11-102-3/+3