# File lib/highline.rb, line 482
  def output_cols
    return 80 unless @output.tty?
    terminal_size.first
  rescue
    return 80
  end