Method: Redwood::Buffer#draw

Defined in:
lib/sup/buffer.rb

#draw(status) ⇒ Object



59
60
61
62
63
64
# File 'lib/sup/buffer.rb', line 59

def draw status
  @mode.draw
  draw_status status
  commit
  @atime = Time.now
end