From 246b8cd8be420f36efc497a3764426845cc4af5f Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 8 Mar 2020 14:50:37 -0600 Subject: [PATCH] Don't allow breaking in the ballot TUI We want to make sure people actually vote --- ballot-tui.rkt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ballot-tui.rkt b/ballot-tui.rkt index a42ce83..a0a24e4 100644 --- a/ballot-tui.rkt +++ b/ballot-tui.rkt @@ -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) -- 2.38.4