Package | Description |
---|---|
org.jline.terminal | |
org.jline.terminal.impl |
JLine 3.
|
org.jline.terminal.spi |
Modifier and Type | Method and Description |
---|---|
Size |
Terminal.getSize() |
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.
|
Modifier and Type | Field and Description |
---|---|
protected Size |
LineDisciplineTerminal.size |
Modifier and Type | Method and Description |
---|---|
Size |
LineDisciplineTerminal.getSize() |
Size |
ExecPty.getSize() |
Size |
DumbTerminal.getSize() |
Size |
AbstractPosixTerminal.getSize() |
Modifier and Type | Method and Description |
---|---|
void |
LineDisciplineTerminal.setSize(Size sz) |
void |
AbstractWindowsTerminal.setSize(Size size) |
void |
ExecPty.setSize(Size size) |
void |
DumbTerminal.setSize(Size sz) |
void |
AbstractPosixTerminal.setSize(Size size) |
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 © 2018 JBoss by Red Hat. All rights reserved.