diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 6c4dc4d430..01632d66b1 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -798,6 +798,7 @@ def check_git_version end def check_terminal_width + # http://sourceforge.net/tracker/?func=detail&atid=100976&aid=3435710&group_id=976 if `tput cols`.chomp.to_i > 262 puts <<-EOS.undent Your terminal width is greater than 262 columns.