Backout the addition of timeout(). This did not have the desired effect
at all. problem noted by itojun on tech-userlevel.
This commit is contained in:
parent
3efddcd88e
commit
74db0945af
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sushi.c,v 1.2 2001/01/08 21:19:31 garbled Exp $ */
|
||||
/* $NetBSD: sushi.c,v 1.3 2001/01/09 08:06:22 garbled Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -111,7 +111,6 @@ main(int argc, char **argv)
|
|||
|
||||
initCDKColor();
|
||||
raw();
|
||||
timeout(150);
|
||||
|
||||
if (mte == NULL)
|
||||
navigate_menu(cqMenuHeadp, "sushi",
|
||||
|
|
Loading…
Reference in New Issue