public interface PseudoTerminal
Modifier and Type | Field and Description |
---|---|
static int |
CS7 |
static int |
CS8 |
static int |
ECHO |
static int |
ECHOCTL |
static int |
ECHOE |
static int |
ECHOK |
static int |
ECHOKE |
static int |
ECHONL |
static int |
ICANON |
static int |
ICRNL |
static int |
IEXTEN |
static int |
IGNCR |
static int |
IGNPAR |
static int |
IMAXBEL |
static int |
INLCR |
static int |
INPCK |
static int |
ISIG |
static int |
ISTRIP |
static int |
IUCLC |
static int |
IXANY |
static int |
IXOFF |
static int |
IXON |
static int |
NOFLSH |
static int |
OCRNL |
static int |
OLCUC |
static int |
ONLCR |
static int |
ONLRET |
static int |
ONOCR |
static int |
OPOST |
static int |
PARENB |
static int |
PARMRK |
static int |
PARODD |
static int |
PENDIN |
static int |
TOSTOP |
static int |
TTY_OP_END |
static int |
TTY_OP_ISPEED |
static int |
TTY_OP_OSPEED |
static int |
VDISCARD |
static int |
VDSUSP |
static int |
VEOF |
static int |
VEOL |
static int |
VEOL2 |
static int |
VERASE |
static int |
VFLUSH |
static int |
VINTR |
static int |
VKILL |
static int |
VLNEXT |
static int |
VQUIT |
static int |
VREPRINT |
static int |
VSTART |
static int |
VSTATUS |
static int |
VSTOP |
static int |
VSUSP |
static int |
VSWTCH |
static int |
VWERASE |
static int |
XCASE |
Modifier and Type | Method and Description |
---|---|
int |
getColumns() |
java.lang.String |
getEncodedTerminalModes() |
int |
getHeight() |
int |
getRows() |
java.lang.String |
getTerm() |
int |
getWidth() |
static final int TTY_OP_END
static final int VINTR
static final int VQUIT
static final int VERASE
static final int VKILL
static final int VEOF
static final int VEOL
static final int VEOL2
static final int VSTART
static final int VSTOP
static final int VSUSP
static final int VDSUSP
static final int VREPRINT
static final int VWERASE
static final int VLNEXT
static final int VFLUSH
static final int VSWTCH
static final int VSTATUS
static final int VDISCARD
static final int IGNPAR
static final int PARMRK
static final int INPCK
static final int ISTRIP
static final int INLCR
static final int IGNCR
static final int ICRNL
static final int IUCLC
static final int IXON
static final int IXANY
static final int IXOFF
static final int IMAXBEL
static final int ISIG
static final int ICANON
static final int XCASE
static final int ECHO
static final int ECHOE
static final int ECHOK
static final int ECHONL
static final int NOFLSH
static final int TOSTOP
static final int IEXTEN
static final int ECHOCTL
static final int ECHOKE
static final int PENDIN
static final int OPOST
static final int OLCUC
static final int ONLCR
static final int OCRNL
static final int ONOCR
static final int ONLRET
static final int CS7
static final int CS8
static final int PARENB
static final int PARODD
static final int TTY_OP_ISPEED
static final int TTY_OP_OSPEED
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.