Uses of Class
org.jline.nativ.CLibrary.Termios
-
-
Uses of CLibrary.Termios in org.jline.nativ
Methods in org.jline.nativ with parameters of type CLibrary.Termios Modifier and Type Method Description static 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.Termios Modifier and Type Method Description protected abstract CLibrary.Termios
JniNativePty. toTermios(Attributes t)
Methods in org.jline.terminal.impl.jni with parameters of type CLibrary.Termios Modifier and Type Method Description protected 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.Termios Modifier and Type Method Description protected CLibrary.Termios
FreeBsdNativePty. toTermios(Attributes t)
Methods in org.jline.terminal.impl.jni.freebsd with parameters of type CLibrary.Termios Modifier and Type Method Description protected 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.Termios Modifier and Type Method Description protected CLibrary.Termios
LinuxNativePty. toTermios(Attributes t)
Methods in org.jline.terminal.impl.jni.linux with parameters of type CLibrary.Termios Modifier and Type Method Description protected 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.Termios Modifier and Type Method Description protected CLibrary.Termios
OsXNativePty. toTermios(Attributes t)
Methods in org.jline.terminal.impl.jni.osx with parameters of type CLibrary.Termios Modifier and Type Method Description protected 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.Termios Modifier and Type Method Description protected CLibrary.Termios
SolarisNativePty. toTermios(Attributes t)
Methods in org.jline.terminal.impl.jni.solaris with parameters of type CLibrary.Termios Modifier and Type Method Description protected Attributes
SolarisNativePty. toAttributes(CLibrary.Termios tio)
-