Method: Redwood::ThreadIndexMode#handle_read_update

Defined in:
lib/sup/modes/thread-index-mode.rb

#handle_read_update(sender, t) ⇒ Object



118
119
120
121
122
# File 'lib/sup/modes/thread-index-mode.rb', line 118

def handle_read_update sender, t
  l = @lines[t] or return
  update_text_for_line l
  BufferManager.draw_screen
end