antonmedv/countdown

Cannot pause

jakob1379 opened this issue · 10 comments

I downloaded the latest version and when trying to pause the timer I can't. The keypresses are elsewhere. I'd gladly help debug if I get told how to.

Same issue here

Use debugger! ;)

It is correct - neither "p" nor "P" will pause (linux 32 bit)

¯_(ツ)_/¯

Looks like the pause feature was added after the last release. Easiest way to get it is to git clone from master and go build && go install

sneak commented

Suggestion: add spacebar as a method of pause/unpause toggle (the default in most apps that have pause). Also, suggest adding some sort of onscreen indication of pause (such (paused) in normal text below the numbers).

Awesome idea. Anyone willing to contribute?

Awesome idea. Anyone willing to contribute?

I'd love to. Do you mind assigning to me @antonmedv?

Sure

This issue should be resolved by the following PR:
#32

I think we can close this issue.