jline.Terminal |
![]() |
Representation of the input terminal for a platform.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
For terminals that don't wrap when character is written in last column,
only when the next character is written.
| |||||||||||
When using native support, return the InputStream to use for reading characters
else return the input stream passed as a parameter.
| |||||||||||
When ANSI is not natively handled, the output will have to be wrapped.
|
For terminals that don't wrap when character is written in last column, only when the next character is written. These are the ones that have 'am' and 'xn' termcap attributes (xterm and rxvt flavors falls under that category)
When using native support, return the InputStream to use for reading characters else return the input stream passed as a parameter.
IOException |
---|
When ANSI is not natively handled, the output will have to be wrapped.