about summary refs log tree commit diff stats
path: root/src/local/client.nim
Commit message (Expand)AuthorAgeFilesLines
...
* client: refactor inputbptato2024-03-181-114/+26
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-181-1/+1
* pager: remove useless codebptato2024-03-181-1/+1
* config: clean up/simplifybptato2024-03-171-6/+8
* client: fix "Hit any key" bug on load failurebptato2024-03-171-5/+16
* io: add BuferedWriterbptato2024-03-161-2/+3
* client, pager: various file saving fixesbptato2024-03-161-1/+3
* config: add start.console-buffer optionbptato2024-03-161-2/+3
* Clean up BufferConfigbptato2024-03-151-2/+1
* client: check if container was found before deleting itbptato2024-03-141-2/+2
* pager: unregister containers properly when headers are pendingbptato2024-03-141-6/+14
* Move around some modulesbptato2024-03-141-4/+4
* pager: add "open in editor" keybinding (sE)bptato2024-03-141-2/+3
* client: fix blocking reads on container connectionbptato2024-03-121-32/+16
* loader: remove applyHeadersbptato2024-03-121-2/+3
* pager: fix replacement logicbptato2024-03-121-0/+1
* io: add dynstreambptato2024-03-121-1/+1
* loader: rework process modelbptato2024-03-111-42/+72
* client: fix thumb button confusionbptato2024-03-111-18/+18
* client: bind middle button to discardBuffer, use button5/6 as scrollbptato2024-03-111-4/+13
* client: only accept "press" input type for scroll wheelbptato2024-03-111-2/+6
* buffer: improve/fix onload return valuesbptato2024-03-031-5/+4
* quickjs: reduce diff with upstreambptato2024-03-021-2/+3
* buffer, client: fix deadlock with send() callsbptato2024-02-291-1/+16
* Add mouse supportbptato2024-02-291-8/+138
* buffer: clean up onload, fix console updatebptato2024-02-261-2/+1
* term: improve pixels-per-column/line detectionbptato2024-02-251-5/+2
* Separate ANSI text decoding from main binarybptato2024-02-251-6/+6
* Replace Chakasu with Chagashibptato2024-02-221-1/+1
* client: fix EOF error for estreambptato2024-02-181-0/+2
* Various refactorings & fixesbptato2024-02-141-17/+28
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-3/+0
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-3/+3
* forkserver: clean upbptato2024-01-291-4/+2
* client: stop entire process group on suspend()bptato2024-01-291-1/+1
* Remove std/terminal dependencybptato2024-01-171-1/+0
* js: merge some type modules into jstypesbptato2024-01-111-1/+1
* Use std/* imports everywherebptato2024-01-071-11/+11
* Set cgiDir for client loader processbptato2024-01-061-1/+3
* Compile with styleCheck:usagesbptato2023-12-281-3/+3
* client: nil check connectSocketStream resultbptato2023-12-141-0/+5
* client: avoid nil defect in flushConsolebptato2023-12-141-0/+5
* pager: add marksbptato2023-12-091-0/+7
* pager, container: add text selection/copyingbptato2023-12-031-11/+23
* Get rid of clang 16 workaroundbptato2023-12-021-5/+6
* pager: fix regressionbptato2023-11-211-14/+14
* Remove trailing spacesbptato2023-10-231-1/+1
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-2/+3
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+2
* WindowAttributes: refactorbptato2023-10-191-1/+1