Package | Description |
---|---|
org.jline.terminal | |
org.jline.terminal.impl |
JLine 3.
|
org.jline.terminal.spi |
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 |
LineDisciplineTerminal.getAttributes() |
Attributes |
AbstractWindowsTerminal.getAttributes() |
Attributes |
DumbTerminal.getAttributes() |
Attributes |
AbstractPosixTerminal.getAttributes() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractPty.doSetAttr(Attributes attr) |
protected void |
ExecPty.doSetAttr(Attributes attr) |
protected List<String> |
ExecPty.getFlagsToSet(Attributes attr,
Attributes current) |
void |
AbstractPty.setAttr(Attributes attr) |
void |
LineDisciplineTerminal.setAttributes(Attributes attr) |
void |
AbstractWindowsTerminal.setAttributes(Attributes attr) |
void |
DumbTerminal.setAttributes(Attributes attr) |
void |
AbstractPosixTerminal.setAttributes(Attributes attr) |
Modifier and Type | Method and Description |
---|---|
Attributes |
Pty.getAttr() |
Modifier and Type | Method and Description |
---|---|
Pty |
JnaSupport.open(Attributes attributes,
Size size) |
Pty |
JansiSupport.open(Attributes attributes,
Size size) |
void |
Pty.setAttr(Attributes attr) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.