Skip to content

Commit

Permalink
for #312, merge/delete fixed/ into bugs/
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil committed Feb 14, 2017
1 parent 621fe51 commit d187781
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 80 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 1 addition & 26 deletions bugs/bug236.rb
@@ -1,26 +1 @@
Shoes.app do
stack do
para "Terminal test"
button "do it" do
columns = 80
Shoes.terminal columns: columns, rows: 24, fontsize: 12, title: "Bug236",
fg: "black", bg: "white"
$stderr.puts "STDERR OK"
$stdout.puts "STDOUT OK"
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;33;46mUnderline joy?\033\[0m"
ruler1 = ''
ruler2 = ''
(1..columns).each do |i|
tens = i/10
ones = i%10
ruler1 << (tens == 0 ? ' ' : tens.to_s)
ruler2 << ones.to_s
end
puts ruler1
puts ruler2
end
end
end
# class-book and other scripts that use url/visit now works.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion fixed/bug236.rb

This file was deleted.

6 changes: 0 additions & 6 deletions fixed/tictactoe/app.rb

This file was deleted.

17 changes: 0 additions & 17 deletions fixed/tictactoe/lib/cell.rb

This file was deleted.

30 changes: 0 additions & 30 deletions fixed/tictactoe/lib/tic_tac_toe.rb

This file was deleted.

0 comments on commit d187781

Please sign in to comment.