| Package | Description |
|---|---|
| org.jline.terminal | |
| org.jline.terminal.impl |
JLine 3.
|
| org.jline.terminal.spi |
| Modifier and Type | Method | 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 | 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Size |
LineDisciplineTerminal.size |
| Modifier and Type | Method | Description |
|---|---|---|
Size |
AbstractPosixTerminal.getSize() |
|
Size |
DumbTerminal.getSize() |
|
Size |
ExecPty.getSize() |
|
Size |
LineDisciplineTerminal.getSize() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractPosixTerminal.setSize(Size size) |
|
void |
AbstractWindowsTerminal.setSize(Size size) |
|
void |
DumbTerminal.setSize(Size sz) |
|
void |
ExecPty.setSize(Size size) |
|
void |
LineDisciplineTerminal.setSize(Size sz) |
| Constructor | Description |
|---|---|
ExternalTerminal(String name,
String type,
InputStream masterInput,
OutputStream masterOutput,
Charset encoding,
Terminal.SignalHandler signalHandler,
boolean paused,
Attributes attributes,
Size size) |
| Modifier and Type | Method | Description |
|---|---|---|
Size |
Pty.getSize() |
| Modifier and Type | Method | Description |
|---|---|---|
Pty |
JansiSupport.open(Attributes attributes,
Size size) |
|
Pty |
JnaSupport.open(Attributes attributes,
Size size) |
|
void |
Pty.setSize(Size size) |
Copyright © 2020. All rights reserved.