diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:17:55 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:17:55 -0400 |
commit | cffaeb8176a29f506cfd4b07a5ae3238886a93e1 (patch) | |
tree | c2a62c04ff9ece880a8f6dff056db15cd4b7d636 /org/utils.org | |
parent | org mode: fix file naming typo (diff) |
ruby3, code runs (check output)
Diffstat (limited to 'org/utils.org')
-rw-r--r-- | org/utils.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/utils.org b/org/utils.org index e709bcfe..cb0a1e65 100644 --- a/org/utils.org +++ b/org/utils.org @@ -392,7 +392,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 |