Don't allow breaking in the ballot TUI We want to make sure people actually vote
1 files changed, 0 insertions(+), 2 deletions(-) M ballot-tui.rkt
M ballot-tui.rkt => ballot-tui.rkt +0 -2
@@ 59,8 59,6 @@ empty (loop (car rst) (cdr rst))))))) (loop-fast-next-key cursor-line))] - [(ctrl-c) - (raise exn:break)] [(down #\j) (loop-fast-next-key (min n (add1 cursor-line)))] [(up #\k)