Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: possible 3.1.4 bug - echotc
- X-seq: zsh-workers 4331
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list),        Paul Lew <lew@xxxxxxxxxxxxxxxxxx>
- Subject: Re: possible 3.1.4 bug - echotc
- Date: Wed, 19 Aug 1998 15:54:45 +0200
- In-reply-to: "Paul Lew"'s message of "Wed, 19 Aug 1998 08:44:11 MST."             <9808191244.AA22130@xxxxxxxxxxxxxxxxxx> 
Paul Lew wrote:
> Just found out echotc behave differently on 3.0.[35] and 3.1.4:
> 
> $ echotc so | od -c			 3.0.3, 3.0.5, 3.1.3
> 0000000  033   [   7   m
> 0000004
> 
> $ echotc so | od -c			 3.1.4
> 0000000    n   o  \n
> 0000003
> 
> Bug or feature?
I've had problems with AIX, here, but judging from your domain, that's
not the problem.  If it's related... try searching for #ifndef
NCURSES_VERSION in Src/builtin.c, and changing it to #if 1.  If that
fixes it, we'll have to be more careful in testing for ncurses.
-- 
Peter Stephenson <pws@xxxxxx>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author