Skip to content

Add a HideCursor wrapper type acting like AlternateScreen

Michael Aaron Murphy requested to merge mdevlamynck:master into master

Created by: mdevlamynck

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