about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
...
* Replace Chakasu with Chagashibptato2024-02-223-3/+3
* container: fix crash on clone -> view sourcebptato2024-02-191-5/+9
* client: fix EOF error for estreambptato2024-02-181-0/+2
* pager: fix compilation on 1.6.14bptato2024-02-171-1/+1
* regex: re-work compileSearchRegexbptato2024-02-171-2/+4
* term: fix coloring messbptato2024-02-171-1/+4
* winattrs: remove unnecessary call, fix height_px fallbackbptato2024-02-172-5/+5
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-171-7/+20
* container: set color on double width char + tab fillersbptato2024-02-161-7/+10
* pager: increase numload for stdinbptato2024-02-151-0/+1
* pager: enable wait in runMailcapWritePipebptato2024-02-141-1/+1
* Various refactorings & fixesbptato2024-02-143-19/+29
* pager: reduce boilerplatebptato2024-02-142-35/+22
* pager: warn on protocol switching redirectsbptato2024-02-141-4/+16
* container: allow dismissing loadinfobptato2024-02-132-8/+15
* container: do not reshape twice on loading documentsbptato2024-02-121-18/+18
* buffersource: remove location fieldbptato2024-02-122-26/+31
* Add pager.externFilterSourcebptato2024-02-122-6/+66
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-123-44/+42
* pager: fix discardTreebptato2024-02-111-4/+6
* container: fix cursorToggleSelection on double-width charactersbptato2024-02-111-3/+4
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-113-29/+34
* pager: use 644 mask for mailcap temp filesbptato2024-02-101-2/+2
* twtstr: misc refactoringsbptato2024-02-091-1/+1
* pager: display precnum *and* inputBuffer when precnum != 0bptato2024-02-011-3/+1
* Add command to yank link under cursor (yc)bptato2024-01-291-0/+6
* forkserver: clean upbptato2024-01-293-21/+6
* client: stop entire process group on suspend()bptato2024-01-291-1/+1
* Remove newFormatbptato2024-01-232-8/+7
* 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
* Remove std/terminal dependencybptato2024-01-171-1/+0
* js: merge some type modules into jstypesbptato2024-01-113-3/+3
* pager: simplify updateReadLinebptato2024-01-111-14/+16
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-0/+2
* Use std/* imports everywherebptato2024-01-073-25/+25
* Set cgiDir for client loader processbptato2024-01-062-2/+4
* Fix some casing issuesbptato2024-01-061-2/+2
* Compile with styleCheck:usagesbptato2023-12-282-6/+6
* Fix warnings on Nim 2.0.2bptato2023-12-241-2/+1
* container: fix gotoMarkYbptato2023-12-211-1/+1
* container: fix multi-byte selections, do not append newlinebptato2023-12-161-7/+11
* config: allow overriding default prepended schemebptato2023-12-151-2/+3
* Implement local CGI error message handlingbptato2023-12-152-4/+8
* Set ishtml in the correct place, take ishtml on clonebptato2023-12-151-1/+2
* container: track ishtml statusbptato2023-12-152-1/+4
* client: nil check connectSocketStream resultbptato2023-12-141-0/+5
* client: avoid nil defect in flushConsolebptato2023-12-141-0/+5
* Various fixesbptato2023-12-132-2/+3
* break up twtstr somewhatbptato2023-12-133-0/+3