zsh-workers
 help / color / mirror / code / Atom feed
* Re: Help: stty -echo
       [not found] <Pine.LNX.3.91.950901140844.479A-100000@blackhole.kfki.hu>
@ 1995-09-01 16:45 ` P.Stephenson
  0 siblings, 0 replies; only message in thread
From: P.Stephenson @ 1995-09-01 16:45 UTC (permalink / raw)
  To: Jozsef Kadlecsik; +Cc: Zsh hackers list

kadlec@blackhole.kfki.hu wrote:
> Hi,
> 
> One of our zsh user logs in via X.25 and he wants local echoing.
> So he tried to switch off echoing by
> 
> $ stty -echo
> 
> However, the command has no effect in zsh. (It works in ksh, csh, bash.) 
> The zsh versions we tried are 2.5.03 and 2.6-beta10-hzoli10.3 on Solaris 2.4.

If you're using the zsh line editor, you need to make sure anything
you want with local echoing gets called before the next prompt.

stty -echo; read foo

works.

This is possibly a bug because zsh is supposed to keep its own tty
settings separate from the ones with which it calls external
programmes, but it does do some sanitation.

-- 
Peter Stephenson <P.Stephenson@swansea.ac.uk>  Tel: +44 1792 205678 extn. 4461
WWW:  http://python.swan.ac.uk/~pypeters/      Fax: +44 1792 295324
Department of Physics, University of Wales, Swansea,
Singleton Park, Swansea, SA2 8PP, U.K.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-09-01 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.3.91.950901140844.479A-100000@blackhole.kfki.hu>
1995-09-01 16:45 ` Help: stty -echo P.Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).