Steve Acheson <[EMAIL PROTECTED]> writes:

> >I think that the Right Thing is to enable the escape character by
> >default iff stdin is connected to a tty.
> 
> Agreed.  And if the user specifically wants it?  Ala, -t option on 
> ssh or some such?

I think -t is orthogonal (or at least linearly independent ;) from
this. ssh uses the two options

  -t          Tty; allocate a tty even if command is given.
  -e char     Set escape character; ``none'' = disable (default: ~).

/Niels

Reply via email to