Skip to content

Commit

Permalink
Remove row of dots at bottom of screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed Jan 15, 2012
1 parent 9af5d4d commit b834c69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asc.rb
Expand Up @@ -69,7 +69,6 @@ def render start_time
end
buffer << "\n"
end
buffer << " ." * (width / 2)

dt = Time.new.to_f - start_time;
target_time = 0.04
Expand Down

0 comments on commit b834c69

Please sign in to comment.