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 intCLibrary. 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 intCLibrary. tcgetattr(int filedes, CLibrary.Termios termios)static intCLibrary. 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.TermiosJniNativePty. toTermios(Attributes t)Methods in org.jline.terminal.impl.jni with parameters of type CLibrary.Termios Modifier and Type Method Description protected abstract AttributesJniNativePty. 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.TermiosFreeBsdNativePty. toTermios(Attributes t)Methods in org.jline.terminal.impl.jni.freebsd with parameters of type CLibrary.Termios Modifier and Type Method Description protected AttributesFreeBsdNativePty. 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.TermiosLinuxNativePty. toTermios(Attributes t)Methods in org.jline.terminal.impl.jni.linux with parameters of type CLibrary.Termios Modifier and Type Method Description protected AttributesLinuxNativePty. 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.TermiosOsXNativePty. toTermios(Attributes t)Methods in org.jline.terminal.impl.jni.osx with parameters of type CLibrary.Termios Modifier and Type Method Description protected AttributesOsXNativePty. 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.TermiosSolarisNativePty. toTermios(Attributes t)Methods in org.jline.terminal.impl.jni.solaris with parameters of type CLibrary.Termios Modifier and Type Method Description protected AttributesSolarisNativePty. toAttributes(CLibrary.Termios tio)
-