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. |
||
---|---|---|
.. | ||
actions-edit.inc | ||
actions-main.inc | ||
actions-menu.inc | ||
cmdline.c | ||
cmdline.h | ||
conf.c | ||
conf.h | ||
dialogs.c | ||
dialogs.h | ||
home.c | ||
home.h | ||
kbdbind.c | ||
kbdbind.h | ||
Makefile | ||
options.c | ||
options.h | ||
options.inc | ||
opttypes.c | ||
opttypes.h | ||
timer.c | ||
timer.h | ||
urlhist.c | ||
urlhist.h |