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

DEC VT220 and zsh...



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



Messages sorted by: Reverse Date, Date, Thread, Author