@@ -1 +1 @@
`go install git.tijl.dev/tijl/stopwatch`
`go install git.tijl.dev/tijl/stopwatch@latest`
@@ -137,12 +137,14 @@ func timerUI(startTime time.Time) {
go func() {
<-stop
fmt.Printf("\n")
os.Exit(0)
}()
for {
elapsed := time.Until(startTime)
if elapsed.Milliseconds() == 0 {
break
}
fmt.Printf("\r%02dd %02dh %02dm %02ds %03dms",
The note is not visible to the blocked user.