$NetBSD: patch-ac,v 1.4 2004/12/24 02:55:53 wiz Exp $ --- prog/check_funs.cpp.orig 2004-08-08 07:04:57.000000000 +0200 +++ prog/check_funs.cpp @@ -210,7 +210,8 @@ static void layout_screen() { choice_w = 0; nonl(); noecho(); - halfdelay(1); + cbreak(); + timeout(100); keypad(stdscr, true); clear(); int height, width;