mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
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