From c4a842ffdc9d24b79eae40dfaec8e43a6a796e30 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 18 Mar 2013 00:03:50 -0400 Subject: v4: share document source, markup text file &/or sisupod * processing flow, correct sequence * terminal reporting --- lib/sisu/v4/screen_text_color.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/sisu/v4/screen_text_color.rb') diff --git a/lib/sisu/v4/screen_text_color.rb b/lib/sisu/v4/screen_text_color.rb index c2678ba7..06307154 100644 --- a/lib/sisu/v4/screen_text_color.rb +++ b/lib/sisu/v4/screen_text_color.rb @@ -349,6 +349,9 @@ module SiSU_Screen def cyan_title_hi puts %{#{@cX.cyan_hi}#{@cX.black}#{@txt[0]}#{@cX.off*2} #{@cX.blue}#{@txt[1]}#{@cX.off}} end + def cyan_hi_blue + puts %{#{@cX.cyan_hi}#{@cX.black}#{@txt[0]}#{@cX.off*2} #{@cX.blue}#{@txt[1]}#{@cX.off}} + end def dbi_title puts %{#{@cX.blue_hi}#{@cX.black}#{@txt[0]}#{@cX.off*2} #{@cX.cyan}#{@cX.grey}#{@txt[1]}#{@cX.off*2} #{@cX.green}#{@txt[2]}#{@cX.off}} end -- cgit v1.2.3