bdreager / PyClock

A digital clock for the terminal
MIT License
5 stars 3 forks source link

Added plain text when width*height = 0, fixed width or height can go below 0 #15

Closed livibetter closed 8 years ago

livibetter commented 8 years ago

It's always odd when I shank the width or height to 0 and nothing was displayed.

So I added this size 0. This is a quick hack, some places could use some improvements.

bdreager commented 8 years ago

Yes, this was bothering me. Good solution.