Skip to content

Commit

Permalink
Merge pull request #5 from adie/patch-1
Browse files Browse the repository at this point in the history
Uncommented bold mode
  • Loading branch information
fazibear committed Sep 25, 2013
2 parents 56e085d + 87e0331 commit 41210f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colorize.rb
Expand Up @@ -32,7 +32,7 @@ class String
#
MODES = {
:default => 0, # Turn off all attributes
#:bright => 1, # Set bright mode
:bold => 1, # Set bold mode
:underline => 4, # Set underline mode
:blink => 5, # Set blink mode
:swap => 7, # Exchange foreground and background colors
Expand Down

0 comments on commit 41210f3

Please sign in to comment.