public class JlEditUnixTerminal
extends jline.TerminalSupport
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Returns the value of stty rows>/tt> param.
|
int |
getWidth()
Returns the value of stty columns param.
|
void |
restore() |
void |
setUpControlKeys() |
InputStream |
wrapInIfNeeded(InputStream in) |
OutputStream |
wrapOutIfNeeded(OutputStream out)
Subclass to change behavior if needed.
|
public void restore()
throws Exception
restore in interface jline.Terminalrestore in class jline.TerminalSupportExceptionpublic int getWidth()
getWidth in interface jline.TerminalgetWidth in class jline.TerminalSupportpublic int getHeight()
getHeight in interface jline.TerminalgetHeight in class jline.TerminalSupportpublic OutputStream wrapOutIfNeeded(OutputStream out)
wrapOutIfNeeded in interface jline.TerminalwrapOutIfNeeded in class jline.TerminalSupportpublic InputStream wrapInIfNeeded(InputStream in) throws IOException
wrapInIfNeeded in interface jline.TerminalwrapInIfNeeded in class jline.TerminalSupportIOExceptionCopyright © 2013. All Rights Reserved.