about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* config: fix -C with files not in CWDbptato2024-05-311-5/+13
* config: separate tmp dir for sockets, usersbptato2024-05-161-10/+1
* pager: editor command fixesbptato2024-05-121-1/+2
* js: allow var instead of ptrbptato2024-05-121-15/+15
* term: optimize canvas redraw, remove emulate-overlinebptato2024-05-101-1/+0
* js: refactorbptato2024-05-082-4/+4
* color: separate out JS convertersbptato2024-05-051-0/+1
* Use isSome instead of isOkbptato2024-05-051-2/+2
* js: fix various leaks etc.bptato2024-05-032-5/+7
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-0/+1
* color: RGBAColor -> ARGBColorbptato2024-04-261-4/+4
* Initial image supportbptato2024-04-251-0/+4
* js: fix some incorrect defineProperty usagebptato2024-04-211-2/+3
* url, twtstr: correct number parsingbptato2024-04-181-10/+7
* Update code stylebptato2024-04-174-72/+69
* js: remove automatic function -> closure conversionbptato2024-04-151-8/+14
* pager: edit source fixesbptato2024-03-301-44/+48
* ansi2html: support passing titlesbptato2024-03-291-0/+1
* config: improve input systembptato2024-03-262-6/+91
* config, toml: rename enumsbptato2024-03-262-101/+101
* 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: refactor slightlybptato2024-03-211-0/+3
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-191-15/+5
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-182-85/+67
* config: clean up/simplifybptato2024-03-173-243/+294
* 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: remove applyHeadersbptato2024-03-121-41/+18
* mailcap: better error messages, accept \ as newline escapebptato2024-03-111-6/+18
* loader: rework process modelbptato2024-03-113-18/+16
* 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-252-6/+15
* buffer: remove BufferSourcebptato2024-02-221-1/+2
* config: replace default-flags with ignore-casebptato2024-02-221-1/+1
* Replace Chakasu with Chagashibptato2024-02-222-2/+2
* regex: re-work compileSearchRegexbptato2024-02-171-5/+29
* term: fix coloring messbptato2024-02-171-2/+3
* Various refactorings & fixesbptato2024-02-141-4/+3
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-2/+4
* fix rejection of readFromFd urlsbptato2024-02-111-1/+1
* toml: misc refactoringsbptato2024-01-301-71/+40
* toml: allow EOF in values with laxnamesbptato2024-01-301-0/+2
* config: append */* rule instead of prependingbptato2024-01-302-11/+3
* Add default md2html converterbptato2024-01-301-14/+21
* mimetypes: simplify parseMimeTypesbptato2024-01-271-16/+9