Uses of Class
org.jline.nativ.CLibrary.Termios
Packages that use CLibrary.Termios
Package
Description
-
Uses of CLibrary.Termios in org.jline.nativ
Methods in org.jline.nativ with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionstatic int
CLibrary.openpty
(int[] amaster, int[] aslave, byte[] name, CLibrary.Termios termios, CLibrary.WinSize winsize) The openpty() function finds an available pseudoterminal and returns file descriptors for the master and slave in amaster and aslave.static int
CLibrary.tcgetattr
(int filedes, CLibrary.Termios termios) static int
CLibrary.tcsetattr
(int filedes, int optional_actions, CLibrary.Termios termios) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni
Methods in org.jline.terminal.impl.jni that return CLibrary.TermiosModifier and TypeMethodDescriptionprotected abstract CLibrary.Termios
JniNativePty.toTermios
(Attributes t) Methods in org.jline.terminal.impl.jni with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected abstract Attributes
JniNativePty.toAttributes
(CLibrary.Termios tios) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.freebsd
Methods in org.jline.terminal.impl.jni.freebsd that return CLibrary.TermiosModifier and TypeMethodDescription(package private) static CLibrary.Termios
FreeBsdNativePty.termios
(Attributes t) protected CLibrary.Termios
FreeBsdNativePty.toTermios
(Attributes t) Methods in org.jline.terminal.impl.jni.freebsd with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected Attributes
FreeBsdNativePty.toAttributes
(CLibrary.Termios tio) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.linux
Methods in org.jline.terminal.impl.jni.linux that return CLibrary.TermiosModifier and TypeMethodDescription(package private) static CLibrary.Termios
LinuxNativePty.termios
(Attributes t) protected CLibrary.Termios
LinuxNativePty.toTermios
(Attributes t) Methods in org.jline.terminal.impl.jni.linux with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected Attributes
LinuxNativePty.toAttributes
(CLibrary.Termios tio) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.osx
Methods in org.jline.terminal.impl.jni.osx that return CLibrary.TermiosModifier and TypeMethodDescription(package private) static CLibrary.Termios
OsXNativePty.termios
(Attributes t) protected CLibrary.Termios
OsXNativePty.toTermios
(Attributes t) Methods in org.jline.terminal.impl.jni.osx with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected Attributes
OsXNativePty.toAttributes
(CLibrary.Termios tio) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.solaris
Methods in org.jline.terminal.impl.jni.solaris that return CLibrary.TermiosModifier and TypeMethodDescription(package private) static CLibrary.Termios
SolarisNativePty.termios
(Attributes t) protected CLibrary.Termios
SolarisNativePty.toTermios
(Attributes t) Methods in org.jline.terminal.impl.jni.solaris with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected Attributes
SolarisNativePty.toAttributes
(CLibrary.Termios tio)