Discussion:
Documentation for BeOS Terminal?
(too old to reply)
W.Boeke
2003-10-01 08:24:23 UTC
Permalink
Hi,

Some days ago I posted a question about Terminal, but got no response.
Probably this is because nobody knew the answer. Anyhow, I would be
very happy if someone could point me to documentation about the standard
BeOS terminal. Especially: which signals does it send, and what ioctl's are
supported?

Thanks in advance,
Wouter Boeke
Hubert Figuiere
2003-10-01 11:20:46 UTC
Permalink
Post by W.Boeke
Some days ago I posted a question about Terminal, but got no response.
Probably this is because nobody knew the answer. Anyhow, I would be
very happy if someone could point me to documentation about the standard
BeOS terminal. Especially: which signals does it send, and what ioctl's are
supported?
It behaves like an ANSI tty.

Hub
Donn Cave
2003-10-02 05:57:38 UTC
Permalink
Quoth Hubert Figuiere <***@free.fr>:
| W.Boeke <w.m.boeke-***@chello.nl> wrote :
|> Some days ago I posted a question about Terminal, but got no response.
|> Probably this is because nobody knew the answer. Anyhow, I would be
|> very happy if someone could point me to documentation about the standard
|> BeOS terminal. Especially: which signals does it send, and what ioctl's are
|> supported?
|
| It behaves like an ANSI tty.

Moreover, it behaves like a POSIX tty, so tcgetattr(3) is supported.
Probably the most expedient source of information about that is the
termios.h include file. Don't think you'll find anything for tab width.

Donn Cave, ***@drizzle.com
revol
2003-10-02 09:38:28 UTC
Permalink
Post by Donn Cave
|> Some days ago I posted a question about Terminal, but got no response.
|> Probably this is because nobody knew the answer. Anyhow, I would be
|> very happy if someone could point me to documentation about the standard
|> BeOS terminal. Especially: which signals does it send, and what ioctl's are
|> supported?
|
| It behaves like an ANSI tty.
Moreover, it behaves like a POSIX tty, so tcgetattr(3) is supported.
Probably the most expedient source of information about that is the
termios.h include file. Don't think you'll find anything for tab width.
You might zant to check /etc/termcap which gives the capabilities
it has (if you understand termcap).

Francois.

Loading...