summaryrefslogtreecommitdiff
path: root/linuxstatus/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 11:12:10 -0600
committerJeff Carr <[email protected]>2024-01-06 11:12:10 -0600
commitf6f5bdba4e982595ad1c12041d39f75e11792ef8 (patch)
tree89c5c4856fcec28bb28fe0be4a4706559b6a3979 /linuxstatus/draw.go
parentc59247824f22cf62b1625f5eeea11b809374d7a0 (diff)
stepping through init on a window with state
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/draw.go')
-rw-r--r--linuxstatus/draw.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go
index b7fbbea..6680f2d 100644
--- a/linuxstatus/draw.go
+++ b/linuxstatus/draw.go
@@ -27,6 +27,7 @@ func draw(ls *LinuxStatus) {
ls.grid.NewLabel("interfaces =")
ls.Interfaces = ls.grid.NewCombobox("Interfaces")
+ ls.speed = gadgets.NewOneLiner(ls.grid, "refresh speed =")
ls.speedActual = gadgets.NewOneLiner(ls.grid, "refresh speed =")
ls.grid.Margin()