Uses of Class
org.jline.terminal.Attributes
Packages that use Attributes
Package
Description
JLine 3.
-
Uses of Attributes in org.jline.builtins.ssh
Methods in org.jline.builtins.ssh with parameters of type AttributesModifier and TypeMethodDescriptionprivate 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 AttributesModifier and TypeMethodDescriptionprivate 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 AttributesMethods in org.jline.terminal that return AttributesModifier and TypeMethodDescriptionTerminal.enterRawMode()
Terminal.getAttributes()
Returns the terminal attributes.Methods in org.jline.terminal with parameters of type AttributesModifier and TypeMethodDescriptionTerminalBuilder.attributes
(Attributes attributes) Attributes to use when creating a non system terminal, i.e.void
Attributes.copy
(Attributes attributes) void
Terminal.setAttributes
(Attributes attr) Set the terminal attributes.Constructors in org.jline.terminal with parameters of type Attributes -
Uses of Attributes in org.jline.terminal.impl
Fields in org.jline.terminal.impl declared as AttributesModifier and TypeFieldDescriptionprotected final Attributes
AbstractWindowsTerminal.attributes
private final Attributes
DumbTerminal.attributes
protected final Attributes
LineDisciplineTerminal.attributes
Console dataprivate Attributes
AbstractPty.current
protected final Attributes
AbstractPosixTerminal.originalAttributes
Methods in org.jline.terminal.impl that return AttributesModifier and TypeMethodDescription(package private) static Attributes
AbstractTerminal.enterRawMode()
ExecPty.getAttr()
AbstractPosixTerminal.getAttributes()
AbstractWindowsTerminal.getAttributes()
DumbTerminal.getAttributes()
LineDisciplineTerminal.getAttributes()
Methods in org.jline.terminal.impl with parameters of type AttributesModifier and TypeMethodDescriptionprotected abstract void
AbstractPty.doSetAttr
(Attributes attr) protected void
ExecPty.doSetAttr
(Attributes attr) 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 AttributesModifierConstructorDescriptionExternalTerminal
(String name, String type, InputStream masterInput, OutputStream masterOutput, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) -
Uses of Attributes in org.jline.terminal.impl.exec
Methods in org.jline.terminal.impl.exec with parameters of type AttributesModifier and TypeMethodDescriptionExecTerminalProvider.newTerminal
(String name, String type, InputStream in, OutputStream out, 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 AttributesModifier and TypeMethodDescriptionJansiNativePty.getAttr()
protected abstract Attributes
JansiNativePty.toAttributes
(org.fusesource.jansi.internal.CLibrary.Termios tios) Methods in org.jline.terminal.impl.jansi with parameters of type AttributesModifier and TypeMethodDescriptionprotected void
JansiNativePty.doSetAttr
(Attributes attr) JansiTerminalProvider.newTerminal
(String name, String type, InputStream in, OutputStream out, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) JansiTerminalProvider.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 AttributesModifier and TypeMethodDescriptionprotected Attributes
FreeBsdNativePty.toAttributes
(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.freebsd with parameters of type AttributesModifier and TypeMethodDescriptionstatic 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 AttributesModifier and TypeMethodDescriptionprotected Attributes
LinuxNativePty.toAttributes
(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.linux with parameters of type AttributesModifier and TypeMethodDescriptionstatic 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 AttributesModifier and TypeMethodDescriptionprotected Attributes
OsXNativePty.toAttributes
(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.osx with parameters of type AttributesModifier and TypeMethodDescriptionstatic 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 AttributesModifier and TypeMethodDescriptionprotected Attributes
SolarisNativePty.toAttributes
(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.solaris with parameters of type AttributesModifier and TypeMethodDescriptionprotected 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 AttributesModifier and TypeMethodDescriptionJnaTerminalProvider.newTerminal
(String name, String type, InputStream in, OutputStream out, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) static JnaNativePty
JnaNativePty.open
(Attributes attr, Size size) JnaTerminalProvider.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 AttributesMethods in org.jline.terminal.impl.jna.freebsd with parameters of type AttributesModifier and TypeMethodDescriptionprotected 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 -
Uses of Attributes in org.jline.terminal.impl.jna.linux
Methods in org.jline.terminal.impl.jna.linux that return AttributesMethods in org.jline.terminal.impl.jna.linux with parameters of type AttributesModifier and TypeMethodDescriptionprotected 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 -
Uses of Attributes in org.jline.terminal.impl.jna.osx
Methods in org.jline.terminal.impl.jna.osx that return AttributesMethods in org.jline.terminal.impl.jna.osx with parameters of type AttributesModifier and TypeMethodDescriptionprotected 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 -
Uses of Attributes in org.jline.terminal.impl.jna.solaris
Methods in org.jline.terminal.impl.jna.solaris that return AttributesMethods in org.jline.terminal.impl.jna.solaris with parameters of type AttributesModifier and TypeMethodDescriptionprotected 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 -
Uses of Attributes in org.jline.terminal.spi
Methods in org.jline.terminal.spi that return AttributesMethods in org.jline.terminal.spi with parameters of type AttributesModifier and TypeMethodDescriptionTerminalProvider.newTerminal
(String name, String type, InputStream masterInput, OutputStream masterOutput, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) void
Pty.setAttr
(Attributes attr)