Terminal Emulation?

Denys Duchier duchier at ps.uni-sb.de
Fri Jan 17 00:08:06 CET 2003


rlpowell at digitalkingdom.org (Robin Lee Powell) writes:

> It very much doesn't work.  In particular, anything that uses any
> terminal features at all fails, presumably because bash thinks that it
> is talking to STDIN and STDOUT and can't see a terminal.

This is not really a Mozart related question.

bash thinks it is talking to a regular stream because it IS.  You have
exactly the same issue with pipes when doing shell programming.  If
you need a PTY, it needs to be explicitly allocated.  I don't think
that bash can do that.  On the other hand ssh has the -t option for
just this occasion (pretty convenient for tunelling a regular terminal
connection through several host indirections, btw).

On the other hand, using Oz just for establishing a terminal
connection isn't exactly what the technology was intended for :-) We
were kind of aiming at something a little beyond that, ahem...

Cheers,

-- 
Dr. Denys Duchier
Iquipe Calligramme
LORIA, Nancy, FRANCE
-
Please send submissions to users at mozart-oz.org
and administriva mail to users-request at mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
Please send bug reports to bugs at mozart-oz.org.





More information about the mozart-users mailing list