diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 14:44:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 14:44:47 -0600 |
| commit | 1fdf786a72fd4af0c1acca45b250b5f66ef3e31b (patch) | |
| tree | 0f247e40f69c8bdce56574a3b608c78955b6b447 /spinner.go | |
| parent | ba70be3064c1d082eb0e9146562b7f07dd894fb0 (diff) | |
visable state is honored. TODO: fix hide/show
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'spinner.go')
| -rw-r--r-- | spinner.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ func (parent *Node) NewSpinner(progname string, x int, y int) *Node { newNode.progname = progname newNode.Custom = func() { - log.Info("default NewSpinner() change", progname) + log.Log(NOW, "default NewSpinner() change", progname) } newNode.X = x |
