Home
last modified time | relevance | path

Searched defs:smartStatusOutput (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/terminal/
Dsmart_status.go38 type smartStatusOutput struct { struct
39 writer io.Writer
40 formatter formatter
42 lock sync.Mutex
44 haveBlankLine bool
46 tableMode bool
47 tableHeight int
48 requestedTableHeight int
49 termWidth, termHeight int
51 runningActions []actionTableEntry
[all …]