Interface JediTerminal.ResizeHandler

Enclosing class:
JediTerminal

public static interface JediTerminal.ResizeHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sizeUpdated(int termWidth, int termHeight, int cursorX, int cursorY)
     
  • Method Details

    • sizeUpdated

      void sizeUpdated(int termWidth, int termHeight, int cursorX, int cursorY)