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 intSsh. getFlag(Attributes attributes, Attributes.InputFlag flag)private static intSsh. getFlag(Attributes attributes, Attributes.LocalFlag flag)private static intSsh. 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 voidLineReaderImpl. 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 AttributesTerminalBuilder. attributesMethods in org.jline.terminal that return Attributes Modifier and Type Method Description AttributesTerminal. enterRawMode()AttributesTerminal. getAttributes()Methods in org.jline.terminal with parameters of type Attributes Modifier and Type Method Description TerminalBuilderTerminalBuilder. attributes(Attributes attributes)Attributes to use when creating a non system terminal, i.e.voidAttributes. copy(Attributes attributes)voidTerminal. 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 AttributesAbstractWindowsTerminal. attributesprivate AttributesDumbTerminal. attributesprotected AttributesLineDisciplineTerminal. attributesConsole dataprivate AttributesAbstractPty. currentprotected AttributesAbstractPosixTerminal. originalAttributesMethods in org.jline.terminal.impl that return Attributes Modifier and Type Method Description (package private) static AttributesExecPty. doGetAttr(java.lang.String cfg)AttributesAbstractTerminal. enterRawMode()AttributesExecPty. getAttr()AttributesAbstractPosixTerminal. getAttributes()AttributesAbstractWindowsTerminal. getAttributes()AttributesDumbTerminal. getAttributes()AttributesLineDisciplineTerminal. getAttributes()Methods in org.jline.terminal.impl with parameters of type Attributes Modifier and Type Method Description protected abstract voidAbstractPty. doSetAttr(Attributes attr)protected voidExecPty. doSetAttr(Attributes attr)protected java.util.List<java.lang.String>ExecPty. getFlagsToSet(Attributes attr, Attributes current)voidAbstractPty. setAttr(Attributes attr)voidAbstractPosixTerminal. setAttributes(Attributes attr)voidAbstractWindowsTerminal. setAttributes(Attributes attr)voidDumbTerminal. setAttributes(Attributes attr)voidLineDisciplineTerminal. 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.jna
Methods in org.jline.terminal.impl.jna with parameters of type Attributes Modifier and Type Method Description static JnaNativePtyJnaNativePty. open(Attributes attr, Size size)PtyJnaSupportImpl. 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 AttributesFreeBsdNativePty. getAttr()AttributesCLibrary.termios. toAttributes()Methods in org.jline.terminal.impl.jna.freebsd with parameters of type Attributes Modifier and Type Method Description protected voidFreeBsdNativePty. doSetAttr(Attributes attr)static FreeBsdNativePtyFreeBsdNativePty. 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 AttributesLinuxNativePty. getAttr()AttributesCLibrary.termios. toAttributes()Methods in org.jline.terminal.impl.jna.linux with parameters of type Attributes Modifier and Type Method Description protected voidLinuxNativePty. doSetAttr(Attributes attr)static LinuxNativePtyLinuxNativePty. 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 AttributesOsXNativePty. getAttr()AttributesCLibrary.termios. toAttributes()Methods in org.jline.terminal.impl.jna.osx with parameters of type Attributes Modifier and Type Method Description protected voidOsXNativePty. doSetAttr(Attributes attr)static OsXNativePtyOsXNativePty. 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 AttributesSolarisNativePty. getAttr()AttributesCLibrary.termios. toAttributes()Methods in org.jline.terminal.impl.jna.solaris with parameters of type Attributes Modifier and Type Method Description protected voidSolarisNativePty. doSetAttr(Attributes attr)static SolarisNativePtySolarisNativePty. 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 AttributesPty. getAttr()Methods in org.jline.terminal.spi with parameters of type Attributes Modifier and Type Method Description PtyJansiSupport. open(Attributes attributes, Size size)PtyJnaSupport. open(Attributes attributes, Size size)voidPty. setAttr(Attributes attr)
-