Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: backgrounding zsh does bad tty stuff
- X-seq: zsh-workers 9690
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: BUG: backgrounding zsh does bad tty stuff
- Date: 12 Feb 2000 05:03:02 GMT
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- Reply-to: mason@xxxxxxxxxxxxxxx
Heyla,
% zsh-3.0.7 -f
% echo $SHLVL
2
% zsh-3.0.7 -f &
[1] 19784
% foo # type two characters
zsh: error on TTY read: Input/output error
[1] + exit 1 zsh-3.0.7 -f
% echo $SHLVL
2
Same with 3.1.6-dev-17
Anyone else getting this? Also, with other options it will cause the parent
shell to exit as well. And lots of other bad stuff.
Regards,
--
Geoff Wing : <gcw@xxxxxxxxx> Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@xxxxxxxx> Ego URL : http://pobox.com/~gcw/
Zsh Stuff : <gcw@xxxxxxx> Phone : (Australia) 0413 431 874
Messages sorted by:
Reverse Date,
Date,
Thread,
Author