Uses of Class
org.jline.terminal.impl.jna.linux.CLibrary.termios
-
Packages that use CLibrary.termios Package Description org.jline.terminal.impl.jna.linux -
-
Uses of CLibrary.termios in org.jline.terminal.impl.jna.linux
Methods in org.jline.terminal.impl.jna.linux with parameters of type CLibrary.termios Modifier and Type Method Description void
LinuxNativePty.UtilLibrary. openpty(int[] master, int[] slave, byte[] name, CLibrary.termios t, CLibrary.winsize s)
void
CLibrary. tcgetattr(int fd, CLibrary.termios termios)
void
CLibrary. tcsetattr(int fd, int cmd, CLibrary.termios termios)
-