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