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() |
java.io.InputStream |
wrapInIfNeeded(java.io.InputStream in) |
java.io.OutputStream |
wrapOutIfNeeded(java.io.OutputStream out)
Subclass to change behavior if needed.
|
public final void setUpControlKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void restore()
throws java.lang.Exception
restore in interface jline.Terminalrestore in class jline.TerminalSupportjava.lang.Exceptionpublic int getWidth()
getWidth in interface jline.TerminalgetWidth in class jline.TerminalSupportpublic int getHeight()
getHeight in interface jline.TerminalgetHeight in class jline.TerminalSupportpublic java.io.OutputStream wrapOutIfNeeded(java.io.OutputStream out)
wrapOutIfNeeded in interface jline.TerminalwrapOutIfNeeded in class jline.TerminalSupportpublic java.io.InputStream wrapInIfNeeded(java.io.InputStream in)
throws java.io.IOException
wrapInIfNeeded in interface jline.TerminalwrapInIfNeeded in class jline.TerminalSupportjava.io.IOExceptionCopyright © 2018. All Rights Reserved.