Uses of Class
org.jline.nativ.CLibrary.Termios
Packages that use 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) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni
Methods in org.jline.terminal.impl.jni that return CLibrary.TermiosModifier and TypeMethodDescriptionprotected static CLibrary.TermiosJniNativePty.toNativeTermios(Attributes t)