cortex / gopass

Gopass: A simple password-store GUI
GNU General Public License v3.0
188 stars 13 forks source link

Clear clipboard fix (Issue #28) #29

Open lcmaqueda opened 7 years ago

lcmaqueda commented 7 years ago

Fix the bugs described in issue #28 and eliminate potential race condition. The logic for the countdown has been enhanced and simplified, and the number of goroutines that can be spawned for the clipboard countdown is now limited to exactly one.