Module | Mutter |
In: |
lib/mutter.rb
lib/mutter/indenter.rb lib/mutter/mutterer.rb lib/mutter/table.rb |
ANSI | = | { :reset => 0, :transforms => { :bold => [1, 22], :underline => [4, 24], :blink => [5, 25], :inverse => [7, 27] |
ANSI color & transform codes
If the value's an array, [0] is the start code and [1] is the end code. Colors all have the same reset code (39). |