# File lib/sup/modes/thread-index-mode.rb, line 875 def dirty?; @mutex.synchronize { (@hidden_threads.keys + @threads).any? { |t| t.dirty? } } end