platform_build_soong/ui/terminal
Colin Cross 3c0fe0edc0 Add environment variable to force keeping ANSI codes
If SOONG_UI_ANSI_OUTPUT is set to a true value force the simple status
output to keep ANSI codes.  This will allow buildbots to collect logs
with ANSI codes in them.  Smart status output is not affected as it
always keeps ANSI codes.

Bug: 147310922
Test: manual
Change-Id: I0b78ceebb65125b8e8dafb4787816fb679d3eb3e
2021-09-21 12:53:30 -07:00
..
Android.bp Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
format.go Move smart and dumb terminals into separate implementations 2019-06-12 21:30:56 -07:00
simple_status.go Add environment variable to force keeping ANSI codes 2021-09-21 12:53:30 -07:00
smart_status.go Disable table mode in smart status if window size is not available 2021-09-21 12:36:22 -07:00
status.go Add environment variable to force keeping ANSI codes 2021-09-21 12:53:30 -07:00
status_test.go Add environment variable to force keeping ANSI codes 2021-09-21 12:53:30 -07:00
stdio.go Remove terminal.Writer 2019-06-12 21:30:56 -07:00
util.go Remove unnecessary snake case variables. 2020-12-22 12:38:35 -08:00
util_darwin.go
util_linux.go
util_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00