about summary refs log tree commit diff stats
path: root/res/config.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* Add default background/foreground color overridebptato2023-07-291-0/+2
|
* Add suspend() function (bound to C-z)bptato2023-07-261-0/+1
|
* Remove unused config variablebptato2023-06-261-1/+0
|
* Fix crash in openEditor if SIGINT was deliveredbptato2023-06-261-0/+1
| | | | | | | | | | | nvi for example sets ISIG and traps SIGINT. Without this patch, this would propagate to all processes in the same process group and kill them. (It still does, but we set a signalHandler to ignore that.) Still not perfect, because for some reason we receive WIFSIGNALED even if the signal did not actually kill the editor. For now, we just treat this as a success.
* Fix color U, slightly change contrast algorithmbptato2023-06-101-1/+1
|
* Fix some type confusion with colors, fix crash in pagerbptato2023-06-091-1/+1
|
* Add XTERM title renamingbptato2023-06-071-0/+1
|
* Set display-charset to autobptato2023-05-201-1/+1
|
* Refactor config, add charset optsbptato2023-05-161-1/+6
| | | | Only document-charset supported for now.
* res/config: fix M-c console bindingbptato2023-01-201-4/+1
|
* res/config, doc/config: encode search query stringsbptato2023-01-081-1/+1
|
* Slightly refactor commandModebptato2023-01-061-1/+7
|
* default config: make the search function slightly more robustbptato2022-12-251-1/+1
| | | | For easier copy-pasting...
* pager: proxy values in container; js: bugfixesbptato2022-12-201-1/+5
| | | | Also, a little bonus: w3m keybindings
* Update visual home page, use name consistentlybptato2022-12-161-1/+1
|
* Add discardTree, update docsbptato2022-12-151-2/+2
|
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-0/+4
|
* Update config and config docsbptato2022-12-131-7/+3
|
* Add wikipedia substitution, bookmark file keybindingbptato2022-12-111-0/+5
|
* Add visual-home, rename undocumented config valuesbptato2022-12-111-0/+5
|
* Fix container replacement bugsbptato2022-12-111-1/+1
|
* Fixes & QOL improvementsbptato2022-12-111-1/+5
| | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent
* Add multiple text-decoration, overline emulationbptato2022-12-071-0/+2
|
* Add force-clearbptato2022-12-071-0/+1
|
* Add 1G as cursorFirstLine shortcutbptato2022-12-051-0/+1
|
* Add title tag support, peek, peekCursorbptato2022-12-051-0/+2
|
* Add siteconf, fix lineedit bugsbptato2022-11-291-0/+5
| | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.)
* Add line editing history, other lineedit fixesbptato2022-11-291-0/+2
| | | | It's still kind of broken...
* Add textareabptato2022-11-281-0/+4
| | | | Editing is implemented using an external editor (like vi).
* Fix some regressions, add loading progress barbptato2022-11-271-1/+2
|
* Fix command() keybindingbptato2022-11-251-1/+1
|
* Fix user style regression, add minimum-contrastbptato2022-11-251-0/+1
|
* Add alt-screen option, fix an ansi color bugbptato2022-11-211-3/+2
|
* Color & term improvementsbptato2022-11-211-3/+4
|
* Incremental loading of text files, etc.bptato2022-11-201-3/+3
|
* Re-implement highlightingbptato2022-11-191-1/+1
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-18/+23
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-53/+53
|
* Add JS binding generationbptato2022-09-121-55/+56
|
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-181-2/+3
|
* Increase tokenizer buffer size, add mark color optionbptato2022-07-291-0/+4
|
* Remove unmaintained networking callsbptato2022-07-241-4/+0
|
* Add search functionbptato2022-07-221-0/+4
| | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK.
* Initial QuickJS integrationbptato2022-07-131-0/+1
|
* Add curl supportbptato2022-06-071-0/+4
| | | | This calls the curl binary, not libcurl.
* Honestly I'm not sure what I added here...bptato2021-12-211-0/+3
|
* Add double-width-ambiguous to config.tomlbptato2021-12-191-0/+3
|
* Add commands for vertical navigation on displayed linebptato2021-12-191-1/+3
|
* Change configuration format to tomlbptato2021-12-051-0/+63