# File lib/sup/modes/thread-index-mode.rb, line 388
  def multi_toggle_tagged threads
    @mutex.synchronize { @tags.drop_all_tags }
    regen_text
  end