aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/utils_screen_text_color.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/utils_screen_text_color.rb')
-rw-r--r--lib/sisu/utils_screen_text_color.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/utils_screen_text_color.rb b/lib/sisu/utils_screen_text_color.rb
index 5b21cb45..da214179 100644
--- a/lib/sisu/utils_screen_text_color.rb
+++ b/lib/sisu/utils_screen_text_color.rb
@@ -62,7 +62,7 @@ module SiSU_Screen
def initialize(color_state,*txt)
@color_state,@txt=color_state,txt
@color_instruct=txt[0]
- @cX=@@cX=if color_state==:on
+ @cX=if color_state==:on
Color.new do
self.off=self.white=self.white_bold=self.marker=self.bold=self.underline=self.invert=self.darkgrey_hi=self.grey_hi=self.pink_hi=self.fuchsia_hi=self.red_hi=self.orange_hi=self.yellow_hi=self.brown_hi=self.lightgreen_hi=self.green_hi=self.cyan_hi=self.blue_hi=self.navy_hi=self.grey=self.pink=self.fuchsia=self.ruby=self.red=self.orange=self.yellow=self.brown=self.green=self.darkgreen=self.cyan=self.blue=self.navy=self.black=''
end