$NetBSD: patch-ac,v 1.5 2005/06/28 14:17:50 wiz Exp $

--- prog/check_funs.cpp.orig	2005-06-01 05:06:23.000000000 +0200
+++ prog/check_funs.cpp
@@ -216,7 +216,8 @@ static void layout_screen() {
   choice_w = 0;
   nonl();
   noecho();
-  halfdelay(1);
+  cbreak();
+  timeout(100);
   keypad(stdscr, true);
   clear();
   int height, width;
