Class LineReaderImpl.PostResult
java.lang.Object
org.jline.reader.impl.LineReaderImpl.PostResult
- Enclosing class:
LineReaderImpl
-
Constructor Summary
ConstructorsConstructorDescriptionPostResult(org.jline.utils.AttributedString post, int lines, int selectedLine) PostResult(org.jline.utils.AttributedString post, int lines, int selectedLine, int columns) -
Method Summary
-
Constructor Details
-
PostResult
public PostResult(org.jline.utils.AttributedString post, int lines, int selectedLine) -
PostResult
public PostResult(org.jline.utils.AttributedString post, int lines, int selectedLine, int columns)
-