Class Nano.Buffer

java.lang.Object
org.jline.builtins.Nano.Buffer
Enclosing class:
Nano

protected class Nano.Buffer extends Object
  • Constructor Details

    • Buffer

      protected Buffer(String file)
  • Method Details

    • moveTo

      public void moveTo(int x, int y)
    • gotoLine

      public void gotoLine(int x, int y)
    • getDisplayedCursor

      public int getDisplayedCursor()
    • prevWord

      public void prevWord()
    • nextWord

      public void nextWord()
    • beginningOfLine

      public void beginningOfLine()
    • endOfLine

      public void endOfLine()
    • prevPage

      public void prevPage()
    • nextPage

      public void nextPage()
    • scrollUp

      public void scrollUp(int lines)
    • scrollDown

      public void scrollDown(int lines)
    • firstLine

      public void firstLine()
    • lastLine

      public void lastLine()
    • highlightStart

      protected int[] highlightStart()
    • highlightEnd

      protected int[] highlightEnd()
    • matching

      public void matching()