Uses of Class
org.jline.nativ.CLibrary.Termios
Packages that use CLibrary.Termios
Package
Description
-
Uses of CLibrary.Termios in org.jline.nativ
Methods in org.jline.nativ with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionstatic intCLibrary.openpty(int[] amaster, int[] aslave, byte[] name, CLibrary.Termios termios, CLibrary.WinSize winsize) The openpty() function finds an available pseudoterminal and returns file descriptors for the master and slave in amaster and aslave.static intCLibrary.tcgetattr(int filedes, CLibrary.Termios termios) static intCLibrary.tcsetattr(int filedes, int optional_actions, CLibrary.Termios termios) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni
Methods in org.jline.terminal.impl.jni that return CLibrary.TermiosModifier and TypeMethodDescriptionprotected abstract CLibrary.TermiosJniNativePty.toTermios(Attributes t) Methods in org.jline.terminal.impl.jni with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected abstract AttributesJniNativePty.toAttributes(CLibrary.Termios tios) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.freebsd
Methods in org.jline.terminal.impl.jni.freebsd that return CLibrary.TermiosModifier and TypeMethodDescriptionprotected CLibrary.TermiosFreeBsdNativePty.toTermios(Attributes t) Methods in org.jline.terminal.impl.jni.freebsd with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected AttributesFreeBsdNativePty.toAttributes(CLibrary.Termios tio) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.linux
Methods in org.jline.terminal.impl.jni.linux that return CLibrary.TermiosModifier and TypeMethodDescriptionprotected CLibrary.TermiosLinuxNativePty.toTermios(Attributes t) Methods in org.jline.terminal.impl.jni.linux with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected AttributesLinuxNativePty.toAttributes(CLibrary.Termios tio) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.osx
Methods in org.jline.terminal.impl.jni.osx that return CLibrary.TermiosModifier and TypeMethodDescriptionprotected CLibrary.TermiosOsXNativePty.toTermios(Attributes t) Methods in org.jline.terminal.impl.jni.osx with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected AttributesOsXNativePty.toAttributes(CLibrary.Termios tio) -
Uses of CLibrary.Termios in org.jline.terminal.impl.jni.solaris
Methods in org.jline.terminal.impl.jni.solaris that return CLibrary.TermiosModifier and TypeMethodDescriptionprotected CLibrary.TermiosSolarisNativePty.toTermios(Attributes t) Methods in org.jline.terminal.impl.jni.solaris with parameters of type CLibrary.TermiosModifier and TypeMethodDescriptionprotected AttributesSolarisNativePty.toAttributes(CLibrary.Termios tio)