tty-screen v0.6.0 Release Notes

Release Date: 2017-10-29 // over 6 years ago
  • โž• Added

    • Add #size_from_ioctl check for reading terminal size with Unix ioctl
    • Add #size_from_java check for reading terminal size from Java on JRuby
    • Add #size_from_win_api check for reading terminal size from Windows C API

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change TTY::Screen to a module without any state
    • ๐Ÿ”„ Change to prefix all checks with size keyword
    • ๐Ÿ”„ Change gemspec to require ruby >= 2.0.0
    • Remove #try_io_console and inline with io-console check
    • โœ‚ Remove #default_size and replace with constant
    • โœ‚ Remove TTY::Screen::Size class