# File lib/sup/modes/contact-list-mode.rb, line 100
  def load_in_background
    Redwood::reporting_thread("contact manager load in bg") do
      load
      update
      BufferManager.draw_screen
    end
  end