| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | net.schmizz.sshj.connection.channel.direct.PTYMode | |
Various modes for a psuedo-terminal. They are meant to have integer parameters.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PTYMode | CS7 | 7 bit mode. | |||||||||
| PTYMode | CS8 | 8 bit mode. | |||||||||
| PTYMode | ECHO | Enable echoing. | |||||||||
| PTYMode | ECHOCTL | Echo control characters as ˆ(Char). | |||||||||
| PTYMode | ECHOE | Visually erase chars. | |||||||||
| PTYMode | ECHOK | Kill character discards current line. | |||||||||
| PTYMode | ECHOKE | Visual erase for line kill. | |||||||||
| PTYMode | ECHONL | Echo NL even if ECHO is off. | |||||||||
| PTYMode | ICANON | Canonicalize input lines. | |||||||||
| PTYMode | ICRNL | Map CR to NL on input. | |||||||||
| PTYMode | IEXTEN | Enable extensions. | |||||||||
| PTYMode | IGNCR | Ignore CR on input. | |||||||||
| PTYMode | IGNPAR | The ignore parity flag. | |||||||||
| PTYMode | IMAXBEL | Ring bell on input queue full. | |||||||||
| PTYMode | INLCR | Map NL into CR on input. | |||||||||
| PTYMode | INPCK | Enable checking of parity errors. | |||||||||
| PTYMode | ISIG | Enable signals INTR, QUIT, [D]SUSP. | |||||||||
| PTYMode | ISTRIP | Strip 8th bit off characters. | |||||||||
| PTYMode | IUCLC | Translate uppercase characters to lowercase. | |||||||||
| PTYMode | IXANY | Any char will restart after stop. | |||||||||
| PTYMode | IXOFF | Enable input flow control. | |||||||||
| PTYMode | IXON | Enable output flow control. | |||||||||
| PTYMode | NOFLSH | Don't flush after interrupt. | |||||||||
| PTYMode | OCRNL | Translate carriage return to newline (output). | |||||||||
| PTYMode | OLCUC | Convert lowercase to uppercase. | |||||||||
| PTYMode | ONLCR | Map NL to CR-NL. | |||||||||
| PTYMode | ONLRET | Newline performs a carriage return (output). | |||||||||
| PTYMode | ONOCR | Translate newline to carriage return-newline (output). | |||||||||
| PTYMode | OPOST | Enable output processing. | |||||||||
| PTYMode | PARENB | Parity enable. | |||||||||
| PTYMode | PARMRK | Mark parity and framing errors. | |||||||||
| PTYMode | PARODD | Odd parity, else even. | |||||||||
| PTYMode | PENDIN | Retype pending input. | |||||||||
| PTYMode | TOSTOP | Stop background jobs from output. | |||||||||
| PTYMode | TTY_OP_ISPEED | Specifies the input baud rate in bits per second. | |||||||||
| PTYMode | TTY_OP_OSPEED | Specifies the output baud rate in bits per second. | |||||||||
| PTYMode | VDISCARD | Toggles the flushing of terminal output. | |||||||||
| PTYMode | VDSUSP | Another suspend character. | |||||||||
| PTYMode | VEOF | End-of-file character (sends EOF from the terminal). | |||||||||
| PTYMode | VEOL | End-of-line character in addition to carriage return and/or linefeed. | |||||||||
| PTYMode | VEOL2 | Additional end-of-line character. | |||||||||
| PTYMode | VERASE | Erase the character to left of the cursor. | |||||||||
| PTYMode | VFLUSH | Character to flush output. | |||||||||
| PTYMode | VINTR | Interrupt character; 255 if none. | |||||||||
| PTYMode | VKILL | Kill the current input line. | |||||||||
| PTYMode | VLNEXT | Enter the next character typed literally, even if it is a special character. | |||||||||
| PTYMode | VQUIT | The quit character (sends SIGQUIT signal on POSIX systems). | |||||||||
| PTYMode | VREPRINT | Reprints the current input line. | |||||||||
| PTYMode | VSTART | Continues paused output (normally control-Q). | |||||||||
| PTYMode | VSTATUS | Prints system status line (load, command, pid, etc). | |||||||||
| PTYMode | VSTOP | Pauses output (normally control-S). | |||||||||
| PTYMode | VSUSP | Suspends the current program. | |||||||||
| PTYMode | VSWTCH | Switch to a different shell layer. | |||||||||
| PTYMode | VWERASE | Erases a word left of cursor. | |||||||||
| PTYMode | XCASE | Enable input and output of uppercase characters by preceding their lowercase equivalents with "\". | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| opcode | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The ignore parity flag. The parameter SHOULD be 0 if this flag is FALSE, and 1 if it is TRUE.
End-of-line character in addition to carriage return and/or linefeed.
Interrupt character; 255 if none. Similarly for the other characters. Not all of these characters are supported on all systems.
Enter the next character typed literally, even if it is a special character.
Enable input and output of uppercase characters by preceding their lowercase equivalents with "\".