42 43 44 45 46 47
# File 'lib/ansiterm/buffer.rb', line 42 def resize(w,h) if @w != w || @h != h @w, @h = w,h @cache = [] end end