Module: Macinbox::TTY::Line

Defined in:
lib/macinbox/tty.rb

Constant Summary collapse

CLEAR =
STDERR.isatty ? "\r" + %x( tput el ) : ""