class Tryouts::CLI::TTYStatusDisplay

def write_scrolling(text)

def write_scrolling(text)
  return @io.print(text) unless @available
  # Always write content normally - the status will be updated separately
  @io.print text
end