public class Termios extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Termios.termios |
| Constructor and Description |
|---|
Termios() |
| Modifier and Type | Method and Description |
|---|---|
static int |
ECHO() |
static int |
tcgetattr(int fd,
Termios.termios termios_p)
Get the terminal attributes.
|
static int |
TCSANOW() |
static int |
tcsetattr(int fd,
int optional_actions,
Termios.termios termios_p)
Set the terminal attributes.
|
public static int ECHO()
public static int TCSANOW()
public static int tcgetattr(int fd,
Termios.termios termios_p)
public static int tcsetattr(int fd,
int optional_actions,
Termios.termios termios_p)