$NetBSD: patch-ac,v 1.3 2003/10/02 01:07:52 itojun Exp $ --- prog/check_funs.cpp- 2003-10-02 09:59:27.000000000 +0900 +++ prog/check_funs.cpp 2003-10-02 09:59:39.000000000 +0900 @@ -205,7 +205,8 @@ choice_w = 0; nonl(); noecho(); - halfdelay(1); + cbreak(); + timeout(100); keypad(stdscr, true); clear(); int height, width;