module TTY::Cursor

def restore

Other tags:
    Api: - public
def restore
  Gem.win_platform? ? CSI + 'u' : ESC + '8'
end