about summary refs log tree commit diff stats
path: root/src/config/config.nim
Commit message (Expand)AuthorAgeFilesLines
* config: improve input systembptato2024-03-261-6/+88
* config, toml: rename enumsbptato2024-03-261-47/+47
* js: proper distinction between Opt/Optionbptato2024-03-241-34/+45
* config: add default-headers to siteconfbptato2024-03-211-14/+2
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-7/+7
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-191-15/+5
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-181-84/+62
* config: clean up/simplifybptato2024-03-171-240/+291
* pager, loader: add "Save file to" functionalitybptato2024-03-161-7/+1
* config: add start.console-buffer optionbptato2024-03-161-0/+1
* Clean up BufferConfigbptato2024-03-151-43/+0
* loader: rework process modelbptato2024-03-111-15/+11
* buffer: do not incrementally display in headless modebptato2024-03-021-0/+2
* Add mouse supportbptato2024-02-291-0/+1
* term: improve pixels-per-column/line detectionbptato2024-02-251-0/+8
* Separate ANSI text decoding from main binarybptato2024-02-251-6/+12
* buffer: remove BufferSourcebptato2024-02-221-1/+2
* config: replace default-flags with ignore-casebptato2024-02-221-1/+1
* Replace Chakasu with Chagashibptato2024-02-221-1/+1
* regex: re-work compileSearchRegexbptato2024-02-171-5/+29
* term: fix coloring messbptato2024-02-171-2/+3
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-2/+4
* fix rejection of readFromFd urlsbptato2024-02-111-1/+1
* config: append */* rule instead of prependingbptato2024-01-301-3/+3
* Add default md2html converterbptato2024-01-301-14/+21
* cgi: fix broken libexec path env variablebptato2024-01-261-1/+2
* Use std/* imports everywherebptato2024-01-071-4/+4
* config: allow overriding default prepended schemebptato2023-12-151-0/+1
* config: do not override user-defined urimethodmapbptato2023-12-141-1/+2
* Various fixesbptato2023-12-131-1/+1
* Move gopher to adapter/bptato2023-12-121-10/+1
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-121-0/+3
* Move out file: protocol handling to adapter/bptato2023-12-121-1/+2
* local CGI improvements, move data: to cgi-binbptato2023-12-121-0/+1
* local CGI: add mapped URI env vars; move about: to adaptersbptato2023-12-121-0/+1
* Add support for gemini by default, update readmebptato2023-12-101-6/+17
* mailcap: add $MAILCAP_URLbptato2023-12-101-1/+1
* Separate gopher conversion from main binarybptato2023-12-101-1/+13
* Enable finger protocol by defaultbptato2023-12-101-1/+5
* config: better path handling; fix array parsing bugbptato2023-12-101-17/+33
* pager: add marksbptato2023-12-091-0/+1
* pager, container: add text selection/copyingbptato2023-12-031-0/+2
* config: add bare aliases for "8bit", "24bit"bptato2023-11-261-2/+2
* Add -C optionbptato2023-10-271-6/+9
* reduce new() usagebptato2023-10-251-2/+2
* Add jspropnames, CSSStyleDeclaration stubbptato2023-10-251-1/+10
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-1/+1
* config: fix `include` namingbptato2023-10-091-4/+4
* Add w3m-cgi-compat optionbptato2023-10-011-1/+3
* Add urimethodmap supportbptato2023-09-301-19/+31