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 <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to