crossterm v0.10.0 Release Notes

    • ๐ŸŽ Implemented command API, to have better performance and more control over how and when commands are executed. PR, issue
    • ๐Ÿ›  Fixed showing, hiding cursor windows implementation
    • โœ‚ Removed some of the parsing logic from windows keys to ansi codes to key events PR
    • Made terminal size 1-based PR
    • โž• Added some derive implementation