Uses of Class
org.jline.terminal.impl.jna.freebsd.CLibrary.termios
Packages that use CLibrary.termios
-
Uses of CLibrary.termios in org.jline.terminal.impl.jna.freebsd
Methods in org.jline.terminal.impl.jna.freebsd with parameters of type CLibrary.termiosModifier and TypeMethodDescriptionvoidFreeBsdNativePty.UtilLibrary.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)