crossterm v0.17 Release Notes

Release Date: 2020-03-24 // about 4 years ago
    • ๐Ÿšš Impl Display for MoveToColumn, MoveToNextLine, MoveToPreviousLine
    • ๐Ÿ‘‰ Make unix event reader always use /dev/tty.
    • Direct write command ansi_codes into formatter instead of double allocation.
    • โž• Add NONE flag to KeyModifiers
    • โž• Add support for converting chars to StylizedContent
    • ๐Ÿ‘‰ Make terminal size function fallback to STDOUT_FILENO if /dev/tty is missing.