Uses of Class
org.jline.terminal.Size
-
Packages that use Size Package Description org.jline.terminal org.jline.terminal.impl JLine 3.org.jline.terminal.spi -
-
Uses of Size in org.jline.terminal
Methods in org.jline.terminal that return Size Modifier and Type Method Description default SizeTerminal. getBufferSize()Retrieve the size of the window buffer.SizeTerminal. getSize()Retrieve the size of the visible windowMethods in org.jline.terminal with parameters of type Size Modifier and Type Method Description voidSize. copy(Size size)voidTerminal. setSize(Size size)TerminalBuilderTerminalBuilder. size(Size size)Initial size to use when creating a non system terminal, i.e. -
Uses of Size in org.jline.terminal.impl
Fields in org.jline.terminal.impl declared as Size Modifier and Type Field Description protected SizeLineDisciplineTerminal. sizeMethods in org.jline.terminal.impl that return Size Modifier and Type Method Description SizeAbstractPosixTerminal. getSize()SizeDumbTerminal. getSize()SizeExecPty. getSize()SizeLineDisciplineTerminal. getSize()Methods in org.jline.terminal.impl with parameters of type Size Modifier and Type Method Description voidAbstractPosixTerminal. setSize(Size size)voidAbstractWindowsTerminal. setSize(Size size)voidDumbTerminal. setSize(Size sz)voidExecPty. setSize(Size size)voidLineDisciplineTerminal. setSize(Size sz)Constructors in org.jline.terminal.impl with parameters of type Size Constructor Description ExternalTerminal(String name, String type, InputStream masterInput, OutputStream masterOutput, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) -
Uses of Size in org.jline.terminal.spi
Methods in org.jline.terminal.spi that return Size Modifier and Type Method Description SizePty. getSize()Methods in org.jline.terminal.spi with parameters of type Size Modifier and Type Method Description PtyJansiSupport. open(Attributes attributes, Size size)PtyJnaSupport. open(Attributes attributes, Size size)voidPty. setSize(Size size)
-