Modifier and Type | Field | Description |
---|---|---|
protected Size |
Less.size |
|
protected Size |
Nano.size |
Modifier and Type | Field | Description |
---|---|---|
protected Size |
LineReaderImpl.size |
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 |
JansiNativePty.getSize() |
Modifier and Type | Method | Description |
---|---|---|
Pty |
JansiSupportImpl.open(Attributes attributes,
Size size) |
|
void |
JansiNativePty.setSize(Size size) |
Modifier and Type | Method | Description |
---|---|---|
static FreeBsdNativePty |
FreeBsdNativePty.open(Attributes attr,
Size size) |
Modifier and Type | Method | Description |
---|---|---|
static LinuxNativePty |
LinuxNativePty.open(Attributes attr,
Size size) |
Modifier and Type | Method | Description |
---|---|---|
static OsXNativePty |
OsXNativePty.open(Attributes attr,
Size size) |
Modifier and Type | Method | Description |
---|---|---|
Size |
JansiWinSysTerminal.getBufferSize() |
|
Size |
JansiWinSysTerminal.getSize() |
Modifier and Type | Method | Description |
---|---|---|
static JnaNativePty |
JnaNativePty.open(Attributes attr,
Size size) |
|
Pty |
JnaSupportImpl.open(Attributes attributes,
Size size) |
Modifier and Type | Method | Description |
---|---|---|
Size |
FreeBsdNativePty.getSize() |
|
Size |
CLibrary.winsize.toSize() |
Modifier and Type | Method | Description |
---|---|---|
static FreeBsdNativePty |
FreeBsdNativePty.open(Attributes attr,
Size size) |
|
void |
FreeBsdNativePty.setSize(Size size) |
Constructor | Description |
---|---|
winsize(Size ws) |
Modifier and Type | Method | Description |
---|---|---|
Size |
LinuxNativePty.getSize() |
|
Size |
CLibrary.winsize.toSize() |
Modifier and Type | Method | Description |
---|---|---|
static LinuxNativePty |
LinuxNativePty.open(Attributes attr,
Size size) |
|
void |
LinuxNativePty.setSize(Size size) |
Constructor | Description |
---|---|
winsize(Size ws) |
Modifier and Type | Method | Description |
---|---|---|
Size |
OsXNativePty.getSize() |
|
Size |
CLibrary.winsize.toSize() |
Modifier and Type | Method | Description |
---|---|---|
static OsXNativePty |
OsXNativePty.open(Attributes attr,
Size size) |
|
void |
OsXNativePty.setSize(Size size) |
Constructor | Description |
---|---|
winsize(Size ws) |
Modifier and Type | Method | Description |
---|---|---|
Size |
SolarisNativePty.getSize() |
|
Size |
CLibrary.winsize.toSize() |
Modifier and Type | Method | Description |
---|---|---|
static SolarisNativePty |
SolarisNativePty.open(Attributes attr,
Size size) |
|
void |
SolarisNativePty.setSize(Size size) |
Constructor | Description |
---|---|
winsize(Size ws) |
Modifier and Type | Method | Description |
---|---|---|
Size |
JnaWinSysTerminal.getBufferSize() |
|
Size |
JnaWinSysTerminal.getSize() |
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.