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