module TTY
module TTY::Cursor
tty-cursor
0.7.1
# invisible
def invisible(stream = $stdout) stream.print(hide) yield ensure stream.print(show) end