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.TermiosModifier and TypeMethodDescriptionstatic 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)