Lines Matching defs:smartStatusOutput
38 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
52 ticker *time.Ticker
53 done chan bool
54 sigwinch chan os.Signal
55 sigwinchHandled chan bool