vertx / io.vertx.ext.shell.term / Pty / create

create

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.

Parameters

terminalType - the terminal type, for instance vt100

Return
the created pseudo terminal