| Package | Description |
|---|---|
| org.jline.terminal | |
| org.jline.terminal.impl |
JLine 3.
|
| org.jline.terminal.spi |
| Modifier and Type | Method and Description |
|---|---|
default Size |
Terminal.getBufferSize()
Retrieve the size of the window buffer.
|
Size |
Terminal.getSize()
Retrieve the size of the visible window
|
| Modifier and Type | Method and Description |
|---|---|
void |
Size.copy(Size size) |
void |
Terminal.setSize(Size size) |
TerminalBuilder |
TerminalBuilder.size(Size size)
Initial size to use when creating a non system terminal,
i.e. when the builder has been given the input and
outut streams using the
TerminalBuilder.streams(InputStream, OutputStream) method
or when TerminalBuilder.system(boolean) has been explicitely called with
false. |
| Modifier and Type | Field and Description |
|---|---|
protected Size |
LineDisciplineTerminal.size |
| Modifier and Type | Method and Description |
|---|---|
Size |
DumbTerminal.getSize() |
Size |
AbstractPosixTerminal.getSize() |
Size |
ExecPty.getSize() |
Size |
LineDisciplineTerminal.getSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
DumbTerminal.setSize(Size sz) |
void |
AbstractPosixTerminal.setSize(Size size) |
void |
AbstractWindowsTerminal.setSize(Size size) |
void |
ExecPty.setSize(Size size) |
void |
LineDisciplineTerminal.setSize(Size sz) |
| Modifier and Type | Method and Description |
|---|---|
Size |
Pty.getSize() |
| Modifier and Type | Method and Description |
|---|---|
Pty |
JnaSupport.open(Attributes attributes,
Size size) |
Pty |
JansiSupport.open(Attributes attributes,
Size size) |
void |
Pty.setSize(Size size) |
Copyright © 2019. All rights reserved.