Class LineReaderImpl.PostResult

java.lang.Object
org.jline.reader.impl.LineReaderImpl.PostResult
Enclosing class:
LineReaderImpl

protected static class LineReaderImpl.PostResult extends Object
  • Field Details

    • post

      final AttributedString post
    • lines

      final int lines
    • selectedLine

      final int selectedLine
  • Constructor Details

    • PostResult

      public PostResult(AttributedString post, int lines, int selectedLine)