tty-cursor v0.4.0 Release Notes

Release Date: 2017-01-08 // over 7 years ago
  • ➕ Added

    • ➕ Add #clear_char for erasing characters
    • Add #clear_line_before for erasing line before the cursor
    • Add #clear_line_after for erasing line after the cursor
    • ➕ Add #column to move the cursor horizontally in the current line
    • ➕ Add #row to move the cursor vertically in the current column

    🔄 Changed

    • ✂ Remove #move_start
    • 🔄 Change #next_line to move the cursor to beginning of the line
    • 🔄 Change #clear_line to move the cursor to beginning of the line
    • 🔄 Change alias_method to alias

    🛠 Fixed

    • 🛠 Fix #clear_line to correctly clear whole line