Skip to content

Commit

Permalink
more better #236
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil committed Apr 19, 2016
1 parent 4b04cfc commit 1d303bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bugs/bug236.rb
Expand Up @@ -12,8 +12,8 @@
puts "Way to go!"
puts "\033[32mGood in green?\033[00m or is \033\[35mthis better\033\[00m"
puts "\033[31m\033[40mRed on Black\033[0m OK? \033[01mBold?\033[0m"
puts "And \033[04;33mUnderline joy?\033\[0m"
$stderr.puts "We can perform some cursor test - enter 'q' to quit, 'n' to skip"
puts "And \033[04;33;46mUnderline joy?\033\[0m"
$stderr.puts "We can perform some cursor tests - enter 'q' to quit, 'n' to skip"
require 'readline'
Thread.new do
loop do
Expand Down

0 comments on commit 1d303bb

Please sign in to comment.