Uses of Class
org.aesh.terminal.tty.TerminalBuilder
Packages that use TerminalBuilder
-
Uses of TerminalBuilder in org.aesh.terminal.tty
Methods in org.aesh.terminal.tty that return TerminalBuilderModifier and TypeMethodDescriptionstatic TerminalBuilderTerminalBuilder.builder()Creates a new TerminalBuilder instance.TerminalBuilder.input(InputStream in) Sets the input stream for the terminal.Sets the terminal name.TerminalBuilder.nativeSignals(boolean nativeSignals) Sets whether to use native signal handling.TerminalBuilder.output(OutputStream out) Sets the output stream for the terminal.TerminalBuilder.system(boolean system) Sets whether to use the system terminal.Sets the terminal type (e.g., "xterm", "ansi", "dumb").