open static fun create(): Pty
Create a new pseudo terminal with no terminal type.
See Also
#create(String)
open static fun create(terminalType: String): Pty
Create a new pseudo terminal.
terminalType - the terminal type, for instance vt100
Return
the created pseudo terminal