Module: Macinbox::TTY::Color
- Defined in:
- lib/macinbox/tty.rb
Constant Summary collapse
- RED =
STDERR.isatty ? %x(tput setaf 1) : ""
- GREEN =
STDERR.isatty ? %x(tput setaf 2) : ""
- RESET =
STDERR.isatty ? %x(tput sgr0) : ""
STDERR.isatty ? %x(tput setaf 1) : ""
STDERR.isatty ? %x(tput setaf 2) : ""
STDERR.isatty ? %x(tput sgr0) : ""