Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: possible 3.1.4 bug - echotc



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