bdreager / PyClock

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

Center clock display, handling resizing, and mroe responsive for inputs #3

Closed livibetter closed 8 years ago

livibetter commented 8 years ago

It could be simplified if output_width and output_height were cached.

I think it might be time for command options.

bdreager commented 8 years ago

It could be simplified if output_width and output_height were cached.

I agree. What I put in place was just a quick and dirty solution to avoid errors while resizing. I'm planning to rearrange stuff soon and I was going to make the caching better with it.

I think it might be time for command options.

Have anything in mind?

livibetter commented 8 years ago

Have anything in mind?

@Regaerd I can take on the task, but after your rearrangement of stuff is done, comment on #4, so I will know that I can get start, should be a simple and straight forward coding. Of course, that is, if you want me to code that part.