# File lib/sup/modes/thread-index-mode.rb, line 455
  def kill
    t = cursor_thread or return
    multi_kill [t]
  end