Lanterna v2.1.6 Release Notes

  • โž• Added

    • โž• Added an experimental TextArea, a user-contributed component
    • โž• Added Screen.updateScreenSize() to manually check and update internal data structures, allowing you to redraw the screen before calling Screen.refresh()
    • Proper Key.equals(...) and Key.hashCode() methods
    • Proper TerminalPosition.equals(...) and TerminalPosition.hashCode() methods

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed a deadlock in GUIScreen
    • ActionListBox has a new parameter that closes the dialog before running the selected Action
    • ๐Ÿ›  SwingTerminal AWT threading fixes