add status indicator, setstatus method

This commit is contained in:
Bradley Cicenas
2017-02-01 05:44:24 +00:00
parent 271a059d3a
commit 9671fffbe9
3 changed files with 40 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ func (w *Expanded) Highlight() {
func (w *Expanded) UnHighlight() {
}
func (w *Expanded) SetStatus(val int) {
}
func (w *Expanded) SetCPU(val int) {
w.Cpu.Update(val)
}