techygrrrl / timerrr

⏳ A CLI-based timer app with a TUI written in Go
https://blog.techygrrrl.stream/cross-platform-tui-cli-go-lang
MIT License
8 stars 2 forks source link

UI bug when launching a timer from the main screen #4

Open techygrrrl opened 1 year ago

techygrrrl commented 1 year ago

We can see remnants of the table from the previous screen.

This only happens sometimes on macOS and always on Windows:

Running clear in the terminal before running a timerrr fixes the UI bug.

image