Package | Description |
---|---|
org.jline.terminal | |
org.jline.terminal.impl |
JLine 3.
|
org.jline.terminal.impl.jna | |
org.jline.terminal.impl.jna.freebsd | |
org.jline.terminal.impl.jna.linux | |
org.jline.terminal.impl.jna.osx | |
org.jline.terminal.impl.jna.solaris |
Modifier and Type | Method and Description |
---|---|
Attributes |
Terminal.enterRawMode() |
Attributes |
Terminal.getAttributes() |
Modifier and Type | Method and Description |
---|---|
TerminalBuilder |
TerminalBuilder.attributes(Attributes attributes)
Attributes to use when creating a non system terminal,
i.e.
|
void |
Attributes.copy(Attributes attributes) |
void |
Terminal.setAttributes(Attributes attr) |
Constructor and Description |
---|
Attributes(Attributes attr) |
Modifier and Type | Field and Description |
---|---|
protected Attributes |
LineDisciplineTerminal.attributes
Console data
|
protected Attributes |
AbstractWindowsTerminal.attributes |
protected Attributes |
AbstractPosixTerminal.originalAttributes |
Modifier and Type | Method and Description |
---|---|
Attributes |
AbstractTerminal.enterRawMode() |
Attributes |
ExecPty.getAttr() |
Attributes |
Pty.getAttr() |
Attributes |
LineDisciplineTerminal.getAttributes() |
Attributes |
AbstractPosixTerminal.getAttributes() |
Attributes |
AbstractWindowsTerminal.getAttributes() |
Attributes |
DumbTerminal.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ExecPty.setAttr(Attributes attr) |
void |
Pty.setAttr(Attributes attr) |
void |
LineDisciplineTerminal.setAttributes(Attributes attr) |
void |
AbstractPosixTerminal.setAttributes(Attributes attr) |
void |
AbstractWindowsTerminal.setAttributes(Attributes attr) |
void |
DumbTerminal.setAttributes(Attributes attr) |
Modifier and Type | Method and Description |
---|---|
static JnaNativePty |
JnaNativePty.open(Attributes attr,
Size size) |
Modifier and Type | Method and Description |
---|---|
Attributes |
FreeBsdNativePty.getAttr() |
Attributes |
CLibrary.termios.toAttributes() |
Modifier and Type | Method and Description |
---|---|
static FreeBsdNativePty |
FreeBsdNativePty.open(Attributes attr,
Size size) |
void |
FreeBsdNativePty.setAttr(Attributes attr) |
Constructor and Description |
---|
termios(Attributes t) |
Modifier and Type | Method and Description |
---|---|
Attributes |
LinuxNativePty.getAttr() |
Attributes |
CLibrary.termios.toAttributes() |
Modifier and Type | Method and Description |
---|---|
static LinuxNativePty |
LinuxNativePty.open(Attributes attr,
Size size) |
void |
LinuxNativePty.setAttr(Attributes attr) |
Constructor and Description |
---|
termios(Attributes t) |
Modifier and Type | Method and Description |
---|---|
Attributes |
OsXNativePty.getAttr() |
Attributes |
CLibrary.termios.toAttributes() |
Modifier and Type | Method and Description |
---|---|
static OsXNativePty |
OsXNativePty.open(Attributes attr,
Size size) |
void |
OsXNativePty.setAttr(Attributes attr) |
Constructor and Description |
---|
termios(Attributes t) |
Modifier and Type | Method and Description |
---|---|
Attributes |
SolarisNativePty.getAttr() |
Attributes |
CLibrary.termios.toAttributes() |
Modifier and Type | Method and Description |
---|---|
static SolarisNativePty |
SolarisNativePty.open(Attributes attr,
Size size) |
void |
SolarisNativePty.setAttr(Attributes attr) |
Constructor and Description |
---|
termios(Attributes t) |
Copyright © 2017. All rights reserved.