diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-01-22 22:09:54 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-01-22 22:09:54 +0100 |
commit | 250373646c32e3c135fb4068b195b578cbdc5870 (patch) | |
tree | a781a18c5aaa78bd5ef8aa2832e401a0fda827c3 /bin/coderay | |
parent | 7c9531d155fb9159f90a5074586e906188686633 (diff) | |
download | coderay-250373646c32e3c135fb4068b195b578cbdc5870.tar.gz |
add Termina256 encoder (work in progress)
Diffstat (limited to 'bin/coderay')
-rwxr-xr-x | bin/coderay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/coderay b/bin/coderay index d78cd57..fcf5ec4 100755 --- a/bin/coderay +++ b/bin/coderay @@ -127,7 +127,7 @@ when 'highlight', nil if output_file output_format ||= CodeRay::FileType[output_file] else - output_format ||= :terminal + output_format ||= :terminal_256 end output_format = :page if output_format.to_s == 'html' |