1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/config
Kalle Olavi Niemitalo 4b408dd860 Display subtrees last in --config-help.
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.
2008-03-23 19:20:12 +02:00
..
actions-edit.inc doc: cut-clipboard does not merely delete text from clipboard. 2007-02-11 23:34:44 +02:00
actions-main.inc New action: move-cursor-line-start. 2007-12-16 01:13:39 +02:00
actions-menu.inc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
cmdline.c Display subtrees last in --config-help. 2008-03-23 19:20:12 +02:00
cmdline.h Declare element types of lists. 2007-07-26 22:47:23 +03:00
conf.c config: Fix the "include" command. 2008-02-03 20:28:27 +02:00
conf.h config: Reduce the interface offered to exmode. 2008-02-03 14:43:26 +02:00
dialogs.c Delete unused keybinding_dialog_list. 2007-07-26 22:45:19 +03:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
home.c Win32: Put .elinks in Application Data if %HOME% is undefined. 2007-07-18 00:27:08 +03:00
home.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
kbdbind.c Missing change from last commit 2008-01-27 18:50:29 +00:00
kbdbind.h Add KEYMAP_INVALID value for enum keymap_id and properly check for it 2008-01-27 18:50:29 +00:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
options.c config: Access OPT_MUST_SAVE in the real option, not alias. 2008-02-03 20:27:56 +02:00
options.h config: Fix the "include" command. 2008-02-03 20:28:27 +02:00
options.inc Strings corrections from Malcolm Parsons 2008-01-27 04:19:23 +00:00
opttypes.c config: Count backslashed newlines in str_rd. 2008-02-10 14:30:26 +02:00
opttypes.h config: Fix the "include" command. 2008-02-03 20:28:27 +02:00
timer.c Make arrays of option change hooks const. 2007-01-27 19:00:47 +02:00
timer.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
urlhist.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
urlhist.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00