[前][次][番号順一覧][スレッド一覧]

ruby-changes:33056

From: usa <ko1@a...>
Date: Sat, 22 Feb 2014 20:46:25 +0900 (JST)
Subject: [ruby-changes:33056] usa:r45135 (trunk): * tool/redmine-backporter.rb: fixed bug of background color.

usa	2014-02-22 20:46:22 +0900 (Sat, 22 Feb 2014)

  New Revision: 45135

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45135

  Log:
    * tool/redmine-backporter.rb: fixed bug of background color.

  Modified files:
    trunk/tool/redmine-backporter.rb
Index: tool/redmine-backporter.rb
===================================================================
--- tool/redmine-backporter.rb	(revision 45134)
+++ tool/redmine-backporter.rb	(revision 45135)
@@ -77,7 +77,7 @@ class String https://github.com/ruby/ruby/blob/trunk/tool/redmine-backporter.rb#L77
       seq << "\e[#{c}m"
     end
     if back
-      c = COLORS[back]
+      c = COLORS[back] + 10
       raise "unknown background color #{back}" unless c
       seq << "\e[#{c}m"
     end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]