Uses of Interface
io.vertx.ext.shell.term.Pty
Packages that use Pty
-
Uses of Pty in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return PtyModifier and TypeMethodDescriptionstatic PtyPty.create()Create a new pseudo terminal with no terminal type.static PtyCreate a new pseudo terminal.Pty.setSize(int width, int height) Resize the terminal.Pty.stdoutHandler(Handler<String> handler) Set the standard out handler of the pseudo terminal.Write data to the slave standard input of the pseudo terminal.