Bugs: Browse | Submit New | Admin
\e[m does not behave like \e[0m. The bug is in file ANSI.rb, line 157. Replace: attributs.push(nil) unless attributs with: attributs.push(nil) if attributs.empty? Cheers -- Thierry
Add A Comment: