about summary refs log tree commit diff stats
path: root/src/local/pager.nim
Commit message (Expand)AuthorAgeFilesLines
* pager: enable wait in runMailcapWritePipebptato2024-02-141-1/+1
* Various refactorings & fixesbptato2024-02-141-1/+1
* pager: reduce boilerplatebptato2024-02-141-33/+20
* pager: warn on protocol switching redirectsbptato2024-02-141-4/+16
* container: allow dismissing loadinfobptato2024-02-131-2/+3
* buffersource: remove location fieldbptato2024-02-121-17/+19
* Add pager.externFilterSourcebptato2024-02-121-6/+62
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-32/+14
* pager: fix discardTreebptato2024-02-111-4/+6
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-11/+13
* pager: use 644 mask for mailcap temp filesbptato2024-02-101-2/+2
* pager: display precnum *and* inputBuffer when precnum != 0bptato2024-02-011-3/+1
* forkserver: clean upbptato2024-01-291-5/+2
* Remove newFormatbptato2024-01-231-6/+5
* js: merge some type modules into jstypesbptato2024-01-111-1/+1
* pager: simplify updateReadLinebptato2024-01-111-14/+16
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-0/+2
* Use std/* imports everywherebptato2024-01-071-9/+9
* Set cgiDir for client loader processbptato2024-01-061-1/+1
* Fix some casing issuesbptato2024-01-061-2/+2
* Compile with styleCheck:usagesbptato2023-12-281-3/+3
* Fix warnings on Nim 2.0.2bptato2023-12-241-2/+1
* config: allow overriding default prepended schemebptato2023-12-151-2/+3
* Implement local CGI error message handlingbptato2023-12-151-3/+1
* container: track ishtml statusbptato2023-12-151-1/+1
* break up twtstr somewhatbptato2023-12-131-0/+1
* mailcap: add $MAILCAP_URLbptato2023-12-101-0/+2
* config: better path handling; fix array parsing bugbptato2023-12-101-14/+39
* pager: add marksbptato2023-12-091-8/+28
* pager, container: add text selection/copyingbptato2023-12-031-16/+17
* pager: small optimization in drawBufferbptato2023-12-011-2/+2
* pager: fix regressionbptato2023-11-211-4/+4
* pager: remove pager.tty memberbptato2023-11-211-3/+3
* WindowAttributes: refactorbptato2023-10-191-1/+1
* pager/lineedit: notify lineedit of windowChangebptato2023-10-181-0/+2
* Refactor Consolebptato2023-10-131-1/+1
* Add urimethodmap supportbptato2023-09-301-3/+7
* buffer: simplify contentType handlingbptato2023-09-271-10/+11
* Add precnum support to more functionsbptato2023-09-261-8/+8
* pager: show character sequence inputs on status linebptato2023-09-261-8/+19
* Add M-p as "load page on clipboard"bptato2023-09-251-3/+8
* regex: copy after compilingbptato2023-09-241-1/+2
* buffer: make clone fork()bptato2023-09-231-11/+13
* Disable "toggle source" for the console bufferbptato2023-09-211-5/+10
* lineedit: rewritebptato2023-09-181-13/+7
* move around more modulesbptato2023-09-141-10/+10
* move some modules to local/bptato2023-09-141-0/+1189