<div dir="ltr">It depends on what you're doing, to. For passwords, /dev/tty is almost always best. If you have reason to expect that someone might want to redirect the user's input for some reason, stderr would be a better choice. But also consider that someone might want to capture a fatal error from stderr (not all programs are well behaved, and in particular ghc's runtime panics would still go to stderr ignoring brick; also consider any FFI callouts to C that might assume stderr is a dedicated error channel) which would again suggest /dev/tty. There's no one right answer here, in short.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 27, 2019 at 9:31 AM Neil Mayhew <<a href="mailto:neil_mayhew@users.sourceforge.net" target="_blank">neil_mayhew@users.sourceforge.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    On 2019-10-26 2:27 a.m., Aramís Concepción Durán wrote:<br>
    <blockquote type="cite">I could open a
      handle to `/dev/tty`</blockquote>
    It's also worth noting that many similar programs use stderr instead
    of /dev/tty. Each approach has its advocates. vim -i uses stderr,
    for example, and sudo uses /dev/tty.<br>
  </div>

_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>