From 34b3fbd15307c6cd9fd1e5cb32cb64ee6481a213 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Wed, 26 Jun 2002 22:20:09 +0000 Subject: [PATCH] the ncurses_getch() is in the wrong place and never gets run --- ext/ncurses/example1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ncurses/example1.php b/ext/ncurses/example1.php index 0dc689be39..ca6977d95e 100644 --- a/ext/ncurses/example1.php +++ b/ext/ncurses/example1.php @@ -22,7 +22,7 @@ for ($y=0; $y<24; $y++) { if($n>26)$n=0; } } -} ncurses_getch(); +} ?> -- 2.50.1