Skip to content

Add a HideCursor wrapper type acting like AlternateScreen

Matthias Devlamynck requested to merge mdevlamynck/termion:master into master

This adds a HideCursor type acting just like AlternateScreen, hiding the cursor on construction with from() and showing the cursor on drop().

Merge request reports