Uses of Class
org.aesh.terminal.tty.Size
Packages that use Size
-
Uses of Size in org.aesh.terminal
Fields in org.aesh.terminal with type parameters of type SizeMethods in org.aesh.terminal that return SizeModifier and TypeMethodDescriptionTerminal.getSize()Get the terminal size.Connection.size()Get the current terminal size.Methods in org.aesh.terminal that return types with arguments of type SizeModifier and TypeMethodDescriptionAbstractConnection.getSizeHandler()Connection.getSizeHandler()Get the size handler.Method parameters in org.aesh.terminal with type arguments of type SizeModifier and TypeMethodDescriptionvoidAbstractConnection.setSizeHandler(Consumer<Size> handler) voidConnection.setSizeHandler(Consumer<Size> handler) Specify size handler that's called when the terminal changes size.