mirror of
https://github.com/bcicen/ctop.git
synced 2025-11-13 22:55:39 +01:00
rename histdata
This commit is contained in:
@@ -6,13 +6,13 @@ import (
|
||||
|
||||
type ExpandedMem struct {
|
||||
*ui.BarChart
|
||||
hist IntHistData
|
||||
hist IntHist
|
||||
}
|
||||
|
||||
func NewExpandedMem() *ExpandedMem {
|
||||
mem := &ExpandedMem{
|
||||
ui.NewBarChart(),
|
||||
NewIntHistData(8),
|
||||
NewIntHist(8),
|
||||
}
|
||||
mem.BorderLabel = "MEM"
|
||||
mem.Height = 10
|
||||
|
||||
Reference in New Issue
Block a user