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

Re: lynx (Re: Bug#47180 acknowledged by developer)



From: Eduard Bloch <edi@gmx.de>
Subject: Re: lynx (Re: Bug#47180 acknowledged by developer)
Date: Thu, 16 Aug 2001 17:37:14 +0200

> > Does really "lynx -use_mouse" work for you?  I tested with
> 
> Well, this is quite easy to fix:
> 
> --- lynx-2.8.3.orig/src/LYMain.c
> +++ lynx-2.8.3/src/LYMain.c
> @@ -964,7 +964,7 @@
>       *	Need this for Ultrix.
>       */
>      terminal = getenv("TERM");
> -    if ((terminal == NULL) || !strncasecomp(terminal, "xterm", 5))
> +    if ((terminal == NULL) || !strncasecomp(terminal, "xterm", 5) || !strncasecomp(terminal, "rxvt", 4)|| !strncasecomp(terminal, "Eterm", 5)|| !strncasecomp(terminal, "dtterm", 6))
>  	terminal = "vt100";
>  #endif /* ULTRIX */

Well, this part is enclosed with "#ifdef ULTRIX"
and we are not in ULTRIX, I guess...

Does this really fix the problem?  

Furthermore, my main concern at present is not the origin of 
the problem but if it is really fixed or not.

But it is okay this was closed by accident because I found 
there is Bug#108745 of the same contents.

Best regards,		           2001.8.17

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Tokushima Univ.



Reply to: