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