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 TypeMethodDescriptionvoid
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)