master
Bel LaPointe 2018-10-13 19:25:18 -06:00
parent a4c734829f
commit 48ef624154
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ func main() {
case 'p':
paused = !paused
pause <- paused
if paused {
keych <- 'z'
}
case 'r':
skip = time.Duration(0)
originalStart = time.Now()