servo/python/servo
Andreas Tolfsen a5b5d358fb Support dumb terminals in bootstrap downloads
Dumb terminals can only interpret a limited number of control codes,
and rewriting the terminal buffer will make `./mach build` very talkative
on these terminals.

This can be tested by setting the environment variable TERM to "dumb"
as such:

	TERM=dumb ./mach build
2014-09-18 12:16:49 +01:00
..
__init__.py Cargoify servo 2014-09-08 20:21:42 -06:00
bootstrap_commands.py Support dumb terminals in bootstrap downloads 2014-09-18 12:16:49 +01:00
build_commands.py Don't throw on non-zero exit in mach commands 2014-09-15 08:32:46 -07:00
command_base.py Cargoify servo 2014-09-08 20:21:42 -06:00
devenv_commands.py Fix mach cargo is missing 2014-09-17 11:52:05 +09:00
post_build_commands.py Cargoify servo 2014-09-08 20:21:42 -06:00
testing_commands.py Make test_wpt params optional 2014-09-16 09:38:22 -07:00