crossterm v0.16.0 Release Notes

    • 👉 Make terminal size function work on /dev/tty instead of STDOUT_FILENO.
    • 💅 Change attribute vector in ContentStyle to bitmask.
    • ➕ Add SetAttributes command.
    • ➕ Add Attributes type, which is a bitfield of enabled attributes.
    • ✂ Remove exit(), was useless.