Uses of Class
org.jline.terminal.impl.jna.osx.CLibrary.termios
Packages that use CLibrary.termios
-
Uses of CLibrary.termios in org.jline.terminal.impl.jna.osx
Methods in org.jline.terminal.impl.jna.osx with parameters of type CLibrary.termiosModifier and TypeMethodDescriptionvoidCLibrary.openpty(int[] master, int[] slave, byte[] name, CLibrary.termios t, CLibrary.winsize s) voidCLibrary.tcgetattr(int fd, CLibrary.termios termios) voidCLibrary.tcsetattr(int fd, int cmd, CLibrary.termios termios)