let get_columns () = try int_of_string (String.chomp (My_unix.run_and_read "tput cols")) with | Failure _ -> 80