Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tty settings being corrupted
- X-seq: zsh-workers 15171
- From: martin.ebourne@xxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxx
- Subject: tty settings being corrupted
- Date: Thu, 28 Jun 2001 18:49:02 +0100
- Expiry-date: Wed, 26 Sep 2001 -1:-1:-1 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
If I perform the following sequence:
% stty
speed 38400 baud; evenp hupcl
rows = 24; columns = 80; ypixels = 316; xpixels = 499;
erase = ^h; swtch = <undef>;
-brkint -inpck -istrip
crt iexten
% zsh -f [ Type ctrl-D immediately after enter such that the shell gets it before printing the prompt]
% stty
speed 38400 baud; evenp hupcl
rows = 24; columns = 80; ypixels = 316; xpixels = 499;
quit = <undef>; erase = ^h; eof = ^a; swtch = <undef>; susp = <undef>; dsusp = <undef>; flush = <undef>; lnext = <undef>;
-brkint -inpck -istrip inlcr
crt iexten
% echo $ZSH_VERSION
4.0.2
% uname -a
SunOS gdd-odybin2.uk.jpmorgan.com 5.6 Generic_111435-01 sun4u sparc SUNW,Ultra-Enterprise-10000
Here the shell has corrupted the tty settings simply by running it and quitting before entering the line editor. Obviously ctrl-D after the prompt has
been printed is fine.
Any ideas what is happening here? I could use ttyctl -f but I consider that a bit a brute force solution.
Cheers,
Martin.
This e-mail message is CONFIDENTIAL and may contain legally privileged
information. If you are not the intended recipient you should not read,
copy, distribute, disclose or otherwise use the information in this e-mail.
Please also telephone or fax us immediately and delete the message from
your system. E-mail may be susceptible to data corruption, interception
and unauthorised amendment, and we do not accept liability for any such
corruption, interception or amendment or the consequences thereof.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author