zsh and line breaks

Corinna Vinschen corinna-cygwin@cygwin.com
Tue Apr 6 16:00:00 GMT 2004


On Apr  6 10:38, Corinna Vinschen wrote:
> I'm wondering if it makes sense to add a "/usr/lib/textreadmode.o" to
> Cygwin, so that applications like zsh and gawk don't have to have this
> code to provide by themselves.  A simple 
> 
>   case "$host" in
>   *-*-cygwin*)
>     LIBS="$LIBS /usr/lib/textreadmode.o";;
>   esac
> 
> in configure.ac would do it then.

I've done this. 

The next Cygwin version will have a /usr/lib/textreadmode.o file which
you only have to link against to get auto textmode on files opened for
reading.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list