about summary refs log tree commit diff stats
path: root/res/config.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* 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