module TTY
module TTY::Cursor
tty-cursor
0.7.1
# restore
def restore Gem.win_platform? ? CSI + 'u' : ESC + '8' end