platform_build_soong/ui/terminal
Dan Willemsen 1eee154c3b Default to the status table output
For smart terminals, default to using the status table, using 1/4 of the
terminal height (with a min of 1 and a max of 10).

This behavior can still be overriden to a specific height with
SOONG_UI_TABLE_HEIGHT, and turned off by setting SOONG_UI_TABLE_HEIGHT
to 0.

Test: m   <adjust terminal height, see it shrink when it gets too short>
Test: SOONG_UI_TABLE_HEIGHT=20 m
Test: SOONG_UI_TABLE_HEIGHT=0 m
Change-Id: I224348a29a6e07f168c92cf5514a94bd27e32618
2019-07-30 13:44:03 -07:00
..
Android.bp Remove terminal.Writer 2019-06-12 21:30:56 -07:00
dumb_status.go Move all output through StatusOutput 2019-06-12 21:30:56 -07:00
format.go Move smart and dumb terminals into separate implementations 2019-06-12 21:30:56 -07:00
smart_status.go Default to the status table output 2019-07-30 13:44:03 -07:00
status.go Remove terminal.Writer 2019-06-12 21:30:56 -07:00
status_test.go Support an action table that shows longest running actions 2019-06-13 11:26:06 -07:00
stdio.go Remove terminal.Writer 2019-06-12 21:30:56 -07:00
util.go Perform TERM check for file writers only 2019-07-02 09:51:42 -07:00
util_darwin.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
util_linux.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
util_test.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00