diff --git a/_examples/complex/main.go b/_examples/complex/main.go index cbd1582..a32dff4 100644 --- a/_examples/complex/main.go +++ b/_examples/complex/main.go @@ -45,7 +45,7 @@ go func() { task := fmt.Sprintf("Task#%02d:", i) // ANSI escape sequences are not supported on Windows OS - job := "\x1b[31;1;4minstalling\x1b[0m" + job := "\x1b[31;1;4mつのだ☆HIRO\x1b[0m" // preparing delayed bars b := p.AddBar(rand.Int63n(101)+100, mpb.BarQueueAfter(bars[i]),