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

create

open static fun create(): Pty

Create a new pseudo terminal with no terminal type.

Return

open static fun create(terminalType: String): Pty

Create a new pseudo terminal.

Parameters

terminalType - the terminal type, for instance

Return
the created pseudo terminal