The undocumented io:get_password() might  do what you want.<div><br></div><div>try:</div><div><br></div><div>> X = io:get_password().</div><div><br></div><div>Sees to work - I've no idea why it's not documented.</div>
<div><br></div><div>/Joe<br><br><div class="gmail_quote">On Wed, Nov 23, 2011 at 11:12 PM, Alex Shneyderman <span dir="ltr"><<a href="mailto:a.shneyderman@gmail.com">a.shneyderman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">> (On a related note, it seems that it's impossible to get user input<br>
> without echoing anything to the screen.)<br>
<br>
</div>I use io:get_line("") for echo-less prompt.<br>
<div><div></div><div class="h5">_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>