lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Patch for More Speech Friendly Lynx


From: Leonid Pauzner
Subject: Re: lynx-dev Patch for More Speech Friendly Lynx
Date: Mon, 5 Oct 1998 13:26:19 +0400 (MSD)

>      * From: Moshe Zadka <address@hidden>

> One of the things that help blind people view web pages is
> that every link is preceded by (LINK). As to put it in HTML
> code is stupid and hard, I modified lynx to put it there as an
> option (named link_mode).

Thanks, this can be easily added to 'o'ptions menu.

Do you feel agree with something like -blind command line
to get together several items like disable 'progress' statusline messages,
your (LINK) staff etc. ?


> I already have (undebugged) code to change it in lynx.cfg, but
> no code to change it from the options or from the personal
> configuration file.


> @@ -2719,6 +2719,9 @@
>      /*
>       *  If we are doing link_numbering add the link number.
>       */
> +    if (link_mode) {
> +       HText_appendText(text, "(LINK)");
> +    }
>      if ((a->number > 0) &&
>         (keypad_mode == LINKS_ARE_NUMBERED ||
>          keypad_mode == LINKS_AND_FORM_FIELDS_ARE_NUMBERED)) {



reply via email to

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