diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-13 12:07:00 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-13 12:07:00 +0900 |
| commit | 7f4e56cb3485bf9390633533428e2c5015741631 (patch) | |
| tree | b9c69a938cdbaeec67310384b5319759fe1346a9 /main.go | |
| parent | 09e13fbf0462e801626d259ae901d5f430d7ebdf (diff) | |
| download | big-clock-mode-7f4e56cb3485bf9390633533428e2c5015741631.tar.gz big-clock-mode-7f4e56cb3485bf9390633533428e2c5015741631.tar.zst big-clock-mode-7f4e56cb3485bf9390633533428e2c5015741631.zip | |
invalidate screen after rendering
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -186,6 +186,7 @@ func main() { return case <-t.C: drawClock(scr, time.Now(), bgStyle, clockStyle) + scr.Show() } } } |
