doctor: document curl/terminal width issue

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-11-10 22:52:18 -06:00
parent c0eb8a3bc8
commit 784e3b2dfd

View File

@ -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.