lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.4dev.5


From: Thomas Dickey
Subject: Re: lynx-dev lynx2.8.4dev.5
Date: Tue, 18 Jul 2000 06:46:52 -0400
User-agent: Mutt/1.2i

On Tue, Jul 18, 2000 at 03:24:31PM +0500, Vlad Harchev wrote:
> On Tue, 18 Jul 2000, Thomas Dickey wrote:
> 
> > On Tue, Jul 18, 2000 at 10:28:08AM +0500, Vlad Harchev wrote:
> > > 
> > >  Forwarding my message that didn't appear on lynx-dev for some reason.
> > 
> > thanks. I did see it though (as noted, it was something that I lost when
> > trimming redundant logic while implementing the command log/scripting).
> 
>   Hmm - then I deleted it in my inbox.
> 
>   But please note that your fix and my fix differ - your fix doesn't allow
> Ctrl-C to be used instead of 'C' as the original code did (the '&& c!=7' is
> missing in the loop condition) . So probably this small addition should be 
> included in dev7.

ok (I missed this one) in HTFWriter.c:

        while (c != 'D' && c != 'C') {
            c = LYgetch_single();

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com

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

reply via email to

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