Package org.jline.reader.impl
Class LineReaderImpl.PostResult
- java.lang.Object
-
- org.jline.reader.impl.LineReaderImpl.PostResult
-
- Enclosing class:
- LineReaderImpl
protected static class LineReaderImpl.PostResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
lines
(package private) AttributedString
post
(package private) int
selectedLine
-
Constructor Summary
Constructors Constructor Description PostResult(AttributedString post, int lines, int selectedLine)
-
-
-
Field Detail
-
post
final AttributedString post
-
lines
final int lines
-
selectedLine
final int selectedLine
-
-
Constructor Detail
-
PostResult
public PostResult(AttributedString post, int lines, int selectedLine)
-
-