aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/screen_text_color.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-03-29 21:48:25 -0400
committerRalph Amissah <ralph@amissah.com>2013-03-29 21:48:25 -0400
commit5fb1d73615bbe3839767964a4028b65e07ecdf23 (patch)
tree388bfcf8a1178870e7f8375fa0f3dc5ac6304d06 /lib/sisu/v4/screen_text_color.rb
parentdebian/changelog (4.0.17-1) (diff)
parentv4: version & changelog, dates touched (diff)
Merge tag 'sisu_4.0.18' into debian/sid
SiSU 4.0.18
Diffstat (limited to 'lib/sisu/v4/screen_text_color.rb')
-rw-r--r--lib/sisu/v4/screen_text_color.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sisu/v4/screen_text_color.rb b/lib/sisu/v4/screen_text_color.rb
index 06307154..86b41e6b 100644
--- a/lib/sisu/v4/screen_text_color.rb
+++ b/lib/sisu/v4/screen_text_color.rb
@@ -337,6 +337,9 @@ module SiSU_Screen
def green_hi_blue
puts %{#{@cX.green_hi}#{@cX.black}#{@txt[0]}#{@cX.off*2} #{@cX.blue}#{@txt[1]}#{@cX.off}}
end
+ def blue_title_hi
+ puts %{#{@cX.blue_hi}#{@txt[0]}#{@cX.off*2} #{@cX.blue}#{@txt[1]}#{@cX.off}}
+ end
def grey_title_hi
puts %{#{@cX.grey_hi}#{@cX.black}#{@txt[0]}#{@cX.off*2} #{@cX.blue}#{@txt[1]}#{@cX.off}}
end