trunk
vilmibm 2023-03-16 06:43:58 +00:00
parent c5590cac95
commit bf2f2e3790
1 changed files with 2 additions and 0 deletions

View File

@ -306,10 +306,12 @@ func _main() error {
if signupIx == len(signups) {
signupIx = 0
}
updateCount()
render()
case 'r':
if len(signups) > 0 {
signupIx = rand.Intn(len(signups))
updateCount()
render()
}
case 'A':