Uses of Class
org.jline.terminal.impl.jna.osx.CLibrary.termios
-
Packages that use CLibrary.termios Package Description org.jline.terminal.impl.jna.osx -
-
Uses of CLibrary.termios in org.jline.terminal.impl.jna.osx
Methods in org.jline.terminal.impl.jna.osx with parameters of type CLibrary.termios Modifier and Type Method Description void
CLibrary. 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)
-