Method: Redwood::Buffer#redraw

Defined in:
lib/sup/buffer.rb

#redraw(status) ⇒ Object



42
43
44
45
46
47
48
49
50
# File 'lib/sup/buffer.rb', line 42

def redraw status
  if @dirty
    draw status
  else
    draw_status status
  end

  commit
end