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)
-