add const ANSI_ESCAPE_BRIGHT = "1"

This commit is contained in:
stereobooster 2011-06-20 05:33:08 -07:00
parent 3464d59cb7
commit 2b6d524cfb

View File

@ -1,6 +1,8 @@
module Guard module Guard
module UI module UI
ANSI_ESCAPE_BRIGHT = "1"
ANSI_ESCAPE_BLACK = "30" ANSI_ESCAPE_BLACK = "30"
ANSI_ESCAPE_RED = "31" ANSI_ESCAPE_RED = "31"
ANSI_ESCAPE_GREEN = "32" ANSI_ESCAPE_GREEN = "32"