Uses of Class
org.jline.nativ.CLibrary.WinSize
-
Uses of CLibrary.WinSize in org.jline.nativ
Methods in org.jline.nativ with parameters of type CLibrary.WinSizeModifier and TypeMethodDescriptionstatic int
CLibrary.ioctl
(int filedes, long request, CLibrary.WinSize params) 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.