Searched defs:smartStatusOutput (Results 1 – 1 of 1) sorted by relevance
38 type smartStatusOutput struct { struct39 writer io.Writer40 formatter formatter42 lock sync.Mutex44 haveBlankLine bool46 tableMode bool47 tableHeight int48 requestedTableHeight int49 termWidth, termHeight int51 runningActions []actionTableEntry[all …]