crossterm v0.19 Release Notes

    • ๐Ÿ‘‰ Use single thread for async event reader.
    • โฑ Patch timeout handling for event polling this was not working correctly.
    • โž• Add unix support for more key combinations mainly complex ones with ALT/SHIFT/CTRL.
    • ๐Ÿ’… Derive PartialEq and Eq for ContentStyle
    • ๐Ÿ›  Fix windows resize event size, this used to be the buffer size but is screen size now.
    • Change Command::ansi_code to Command::write_ansi, this way the ansi code will be written to given formatter.