lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [PATCH to dev1] tweak - place lynx.cfg setting "viewer" alphabe


From: Vlad Harchev
Subject: lynx-dev [PATCH to dev1] tweak - place lynx.cfg setting "viewer" alphabetically in the list of all settings
Date: Sun, 7 May 2000 18:54:20 +0500 (SAMST)

*  Moved entry for lynx.cfg setting "viewer" according to the alphabet in
   LYReadCFG.c:Config_Table

 Note - since binary search is not used any more for lookup of the options'
 names, an improper placing of "viewer" was not harmful. But seems this is 
 the only option that is not placed alphabetically.

 Best regards,
  -Vlad

--- LYReadCFG.c-was     Sun May  7 11:49:41 2000
+++ LYReadCFG.c Sun May  7 18:49:03 2000
@@ -1567,9 +1567,9 @@
      PARSE_SET("use_mouse", CONF_BOOL, &LYUseMouse),
 #endif
      PARSE_SET("use_select_popups", CONF_BOOL, &LYSelectPopups),
-     PARSE_FUN("viewer", CONF_FUN, viewer_fun),
      PARSE_SET("verbose_images", CONF_BOOL, &verbose_img),
      PARSE_SET("vi_keys_always_on", CONF_BOOL, &vi_keys),
+     PARSE_FUN("viewer", CONF_FUN, viewer_fun),
      PARSE_ENV("wais_proxy", CONF_ENV, 0 ),
      PARSE_STR("xloadimage_command", CONF_STR, &XLoadImageCommand),
 


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]