Class Less

java.lang.Object
org.jline.builtins.Less

public class Less extends Object
  • Field Details

    • quitAtSecondEof

      public boolean quitAtSecondEof
    • quitAtFirstEof

      public boolean quitAtFirstEof
    • quitIfOneScreen

      public boolean quitIfOneScreen
    • printLineNumbers

      public boolean printLineNumbers
    • quiet

      public boolean quiet
    • veryQuiet

      public boolean veryQuiet
    • chopLongLines

      public boolean chopLongLines
    • ignoreCaseCond

      public boolean ignoreCaseCond
    • ignoreCaseAlways

      public boolean ignoreCaseAlways
    • noKeypad

      public boolean noKeypad
    • noInit

      public boolean noInit
    • tabs

      protected List<Integer> tabs
    • syntaxName

      protected String syntaxName
    • terminal

      protected final Terminal terminal
    • display

      protected final Display display
    • bindingReader

      protected final BindingReader bindingReader
    • currentDir

      protected final Path currentDir
    • sources

      protected List<Source> sources
    • sourceIdx

      protected int sourceIdx
    • reader

      protected BufferedReader reader
    • keys

      protected KeyMap<Less.Operation> keys
    • firstLineInMemory

      protected int firstLineInMemory
    • lines

      protected List<AttributedString> lines
    • firstLineToDisplay

      protected int firstLineToDisplay
    • firstColumnToDisplay

      protected int firstColumnToDisplay
    • offsetInLine

      protected int offsetInLine
    • message

      protected String message
    • errorMessage

      protected String errorMessage
    • buffer

      protected final StringBuilder buffer
    • options

      protected final Map<String,Less.Operation> options
    • window

      protected int window
    • halfWindow

      protected int halfWindow
    • nbEof

      protected int nbEof
    • patternHistory

      protected Nano.PatternHistory patternHistory
    • pattern

      protected String pattern
    • displayPattern

      protected String displayPattern
    • size

      protected final Size size
  • Constructor Details

  • Method Details