mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
4b408dd860
elinks --config-help used to sort options like this: document.history document.history.global document.history.global.enable document.history.global.max_items document.history.global.display_type document.history.keep_unhistory Now it'll instead be: document.history document.history.keep_unhistory document.history.global document.history.global.enable document.history.global.max_items document.history.global.display_type i.e. all the options listed under a subheading are children of the tree named by it. This makes elinks.conf(5) look saner. |
||
---|---|---|
.. | ||
man1 | ||
man5 | ||
.gitignore | ||
Makefile |