module TTY
module TTY::Cursor
tty-cursor
0.7.1
# save
def save Gem.win_platform? ? CSI + 's' : ESC + '7' end