|
看起来挺有意思,能重用已有的 pty?但是试了试没有成功 。
熟悉xterm的能不能给个具体的应用例子?
谢谢
-Sccn This option allows xterm to be used as an input and output channel for an existing program and is sometimes
used in specialized applications. The option value specifies the last few letters of the name of a pseudo-
terminal to use in slave mode, plus the number of the inherited file descriptor. If the option contains a
"/" character, that delimits the characters used for the pseudo-terminal name from the file descriptor.
Otherwise, exactly two characters are used from the option for the pseudo-terminal name, the remainder is
the file descriptor. Examples (the first two are equivalent since the descriptor follows the last "/"):
-S/dev/pts/123/45
-S123/45
-Sab34
Note that xterm does not close any file descriptor which it did not open for its own use. It is possible
(though probably not portable) to have an application which passes an open file descriptor down to xterm
past the initialization or the -S option to a process running in the xterm. |
|