From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2283 invoked from network); 19 May 2001 00:15:22 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 May 2001 00:15:22 -0000 Received: (qmail 25231 invoked by alias); 19 May 2001 00:11:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3883 Received: (qmail 25182 invoked from network); 19 May 2001 00:11:57 -0000 Date: Sat, 19 May 2001 01:10:21 +0100 From: Alan Third To: Zsh users list Subject: DEC VT220 and zsh... Message-ID: <20010519011021.A8628@idiocy.org> Mail-Followup-To: Alan Third , Zsh users list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i OK, I'm stumped. I got a DEC VT220, connected it to my internet gateway box and stuck a getty on it. Everything is fine until I try to run zsh, which doesn't seem to do anything. I had to change my login shell to bash, which works happily. The only thing I wasn't expecting is that $TERM is "linux" rather than "vt220", could this be affecting zsh? I'm running the unstable version of debian (whatever it's called these days...) oscar:/home/alan>echo $ZSH_VERSION 4.0.1-pre-3 Any ideas or anything blatantly obvious that I'm missing? Thanks! -- Alan Third ((h=$COLUMNS-1,v=$LINES,c=0)); for ((b=-1.5;b<=1.5;b+=3.0/v));do; for ((a=-2.0; a<=1;a+=3.0/h));do;for ((p=0.0,q=0.0,i=0;p*p+q*q<4 && i<32;i++));do;((x=2*p*q+b ,p=p*p-q*q+a,q=x));done;((c=(i/4)%8));echo -n "\e[4${c}m ";done;done