*  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 [EMAIL PROTECTED]

Reply via email to