<div dir="ltr"><div>Sorry, I meant to say<br><br>I tried using `/bin/stty raw` <br><br>    read() -><br>      Res = os:cmd("/bin/stty raw"),<br>      io:format(Res),<br>      stty: stdin isn't a terminal<br><br><br></div>but get stdin isn't a terminal error<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 12, 2017 at 2:19 PM, qp <span dir="ltr"><<a href="mailto:quantumpotato@gmail.com" target="_blank">quantumpotato@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 dir="ltr"><div>I'm looking at the `io` module <a href="http://erlang.org/doc/man/io.html#read-1" target="_blank">http://erlang.org/doc/man/io.<wbr>html#read-1</a><br><br>and finding that reading input uses a Prompt and waits for the user to press Enter (Return?).<br><br>How do read 1 character at a time without requiring the enter press?<br><br><br><br><br></div>I tried <br><br></div>
</blockquote></div><br></div>