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