Uses of Class
org.jline.terminal.Attributes
-
-
Uses of Attributes in org.jline.builtins.ssh
Methods in org.jline.builtins.ssh with parameters of type Attributes Modifier and Type Method Description private static int
Ssh. getFlag(Attributes attributes, Attributes.InputFlag flag)
private static int
Ssh. getFlag(Attributes attributes, Attributes.LocalFlag flag)
private static int
Ssh. getFlag(Attributes attributes, Attributes.OutputFlag flag)
-
Uses of Attributes in org.jline.reader.impl
Methods in org.jline.reader.impl with parameters of type Attributes Modifier and Type Method Description private void
LineReaderImpl. bindConsoleChars(KeyMap<Binding> keyMap, Attributes attr)
Bind special chars defined by the terminal instead of the default bindings -
Uses of Attributes in org.jline.terminal
Fields in org.jline.terminal declared as Attributes Modifier and Type Field Description private Attributes
TerminalBuilder. attributes
Methods in org.jline.terminal that return Attributes Modifier and Type Method Description Attributes
Terminal. enterRawMode()
Attributes
Terminal. getAttributes()
Methods in org.jline.terminal with parameters of type Attributes Modifier and Type Method 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)
Constructors in org.jline.terminal with parameters of type Attributes Constructor Description Attributes(Attributes attr)
-
Uses of Attributes in org.jline.terminal.impl
Fields in org.jline.terminal.impl declared as Attributes Modifier and Type Field Description protected Attributes
AbstractWindowsTerminal. attributes
private Attributes
DumbTerminal. attributes
protected Attributes
LineDisciplineTerminal. attributes
Console dataprivate Attributes
AbstractPty. current
protected Attributes
AbstractPosixTerminal. originalAttributes
Methods in org.jline.terminal.impl that return Attributes Modifier and Type Method Description (package private) static Attributes
ExecPty. doGetAttr(java.lang.String cfg)
Attributes
AbstractTerminal. enterRawMode()
Attributes
ExecPty. getAttr()
Attributes
AbstractPosixTerminal. getAttributes()
Attributes
AbstractWindowsTerminal. getAttributes()
Attributes
DumbTerminal. getAttributes()
Attributes
LineDisciplineTerminal. getAttributes()
Methods in org.jline.terminal.impl with parameters of type Attributes Modifier and Type Method Description protected abstract void
AbstractPty. doSetAttr(Attributes attr)
protected void
ExecPty. doSetAttr(Attributes attr)
protected java.util.List<java.lang.String>
ExecPty. getFlagsToSet(Attributes attr, Attributes current)
void
AbstractPty. setAttr(Attributes attr)
void
AbstractPosixTerminal. setAttributes(Attributes attr)
void
AbstractWindowsTerminal. setAttributes(Attributes attr)
void
DumbTerminal. setAttributes(Attributes attr)
void
LineDisciplineTerminal. setAttributes(Attributes attr)
Constructors in org.jline.terminal.impl with parameters of type Attributes Constructor Description ExternalTerminal(java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)
-
Uses of Attributes in org.jline.terminal.impl.jansi
Methods in org.jline.terminal.impl.jansi that return Attributes Modifier and Type Method Description Attributes
JansiNativePty. getAttr()
protected abstract Attributes
JansiNativePty. toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tios)
Methods in org.jline.terminal.impl.jansi with parameters of type Attributes Modifier and Type Method Description protected void
JansiNativePty. doSetAttr(Attributes attr)
Pty
JansiSupportImpl. open(Attributes attributes, Size size)
protected abstract org.fusesource.jansi.internal.CLibrary.Termios
JansiNativePty. toTermios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jansi.freebsd
Methods in org.jline.terminal.impl.jansi.freebsd that return Attributes Modifier and Type Method Description protected Attributes
FreeBsdNativePty. toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio)
Methods in org.jline.terminal.impl.jansi.freebsd with parameters of type Attributes Modifier and Type Method Description static FreeBsdNativePty
FreeBsdNativePty. open(Attributes attr, Size size)
(package private) static org.fusesource.jansi.internal.CLibrary.Termios
FreeBsdNativePty. termios(Attributes t)
protected org.fusesource.jansi.internal.CLibrary.Termios
FreeBsdNativePty. toTermios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jansi.linux
Methods in org.jline.terminal.impl.jansi.linux that return Attributes Modifier and Type Method Description protected Attributes
LinuxNativePty. toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio)
Methods in org.jline.terminal.impl.jansi.linux with parameters of type Attributes Modifier and Type Method Description static LinuxNativePty
LinuxNativePty. open(Attributes attr, Size size)
(package private) static org.fusesource.jansi.internal.CLibrary.Termios
LinuxNativePty. termios(Attributes t)
protected org.fusesource.jansi.internal.CLibrary.Termios
LinuxNativePty. toTermios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jansi.osx
Methods in org.jline.terminal.impl.jansi.osx that return Attributes Modifier and Type Method Description protected Attributes
OsXNativePty. toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio)
Methods in org.jline.terminal.impl.jansi.osx with parameters of type Attributes Modifier and Type Method Description static OsXNativePty
OsXNativePty. open(Attributes attr, Size size)
(package private) static org.fusesource.jansi.internal.CLibrary.Termios
OsXNativePty. termios(Attributes t)
protected org.fusesource.jansi.internal.CLibrary.Termios
OsXNativePty. toTermios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jansi.solaris
Methods in org.jline.terminal.impl.jansi.solaris that return Attributes Modifier and Type Method Description protected Attributes
SolarisNativePty. toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio)
Methods in org.jline.terminal.impl.jansi.solaris with parameters of type Attributes Modifier and Type Method Description protected org.fusesource.jansi.internal.CLibrary.Termios
SolarisNativePty. toTermios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jna
Methods in org.jline.terminal.impl.jna with parameters of type Attributes Modifier and Type Method Description static JnaNativePty
JnaNativePty. open(Attributes attr, Size size)
Pty
JnaSupportImpl. open(Attributes attributes, Size size)
-
Uses of Attributes in org.jline.terminal.impl.jna.freebsd
Methods in org.jline.terminal.impl.jna.freebsd that return Attributes Modifier and Type Method Description Attributes
FreeBsdNativePty. getAttr()
Attributes
CLibrary.termios. toAttributes()
Methods in org.jline.terminal.impl.jna.freebsd with parameters of type Attributes Modifier and Type Method Description protected void
FreeBsdNativePty. doSetAttr(Attributes attr)
static FreeBsdNativePty
FreeBsdNativePty. open(Attributes attr, Size size)
Constructors in org.jline.terminal.impl.jna.freebsd with parameters of type Attributes Constructor Description termios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jna.linux
Methods in org.jline.terminal.impl.jna.linux that return Attributes Modifier and Type Method Description Attributes
LinuxNativePty. getAttr()
Attributes
CLibrary.termios. toAttributes()
Methods in org.jline.terminal.impl.jna.linux with parameters of type Attributes Modifier and Type Method Description protected void
LinuxNativePty. doSetAttr(Attributes attr)
static LinuxNativePty
LinuxNativePty. open(Attributes attr, Size size)
Constructors in org.jline.terminal.impl.jna.linux with parameters of type Attributes Constructor Description termios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jna.osx
Methods in org.jline.terminal.impl.jna.osx that return Attributes Modifier and Type Method Description Attributes
OsXNativePty. getAttr()
Attributes
CLibrary.termios. toAttributes()
Methods in org.jline.terminal.impl.jna.osx with parameters of type Attributes Modifier and Type Method Description protected void
OsXNativePty. doSetAttr(Attributes attr)
static OsXNativePty
OsXNativePty. open(Attributes attr, Size size)
Constructors in org.jline.terminal.impl.jna.osx with parameters of type Attributes Constructor Description termios(Attributes t)
-
Uses of Attributes in org.jline.terminal.impl.jna.solaris
Methods in org.jline.terminal.impl.jna.solaris that return Attributes Modifier and Type Method Description Attributes
SolarisNativePty. getAttr()
Attributes
CLibrary.termios. toAttributes()
Methods in org.jline.terminal.impl.jna.solaris with parameters of type Attributes Modifier and Type Method Description protected void
SolarisNativePty. doSetAttr(Attributes attr)
static SolarisNativePty
SolarisNativePty. open(Attributes attr, Size size)
Constructors in org.jline.terminal.impl.jna.solaris with parameters of type Attributes Constructor Description termios(Attributes t)
-
Uses of Attributes in org.jline.terminal.spi
Methods in org.jline.terminal.spi that return Attributes Modifier and Type Method Description Attributes
Pty. getAttr()
Methods in org.jline.terminal.spi with parameters of type Attributes Modifier and Type Method Description Pty
JansiSupport. open(Attributes attributes, Size size)
Pty
JnaSupport. open(Attributes attributes, Size size)
void
Pty. setAttr(Attributes attr)
-