Class Tmux.VirtualConsole

java.lang.Object
org.jline.builtins.Tmux.VirtualConsole
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
Tmux

private static class Tmux.VirtualConsole extends Object implements Closeable
  • Field Details

  • Constructor Details

  • Method Details

    • layout

      Tmux.Layout layout()
    • left

      public int left()
    • top

      public int top()
    • right

      public int right()
    • bottom

      public int bottom()
    • width

      public int width()
    • height

      public int height()
    • getConsole

      public LineDisciplineTerminal getConsole()
    • getMasterInputOutput

      public OutputStream getMasterInputOutput()
    • resize

      public void resize(int left, int top, int width, int height)
    • dump

      public void dump(long[] fullscreen, int ftop, int fleft, int fheight, int fwidth, int[] cursor)
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException