From: Anil Madhavapeddy Date: Wed, 26 Jun 2002 22:20:09 +0000 (+0000) Subject: the ncurses_getch() is in the wrong place and never gets run X-Git-Tag: php-4.3.0dev_zend2_alpha2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34b3fbd15307c6cd9fd1e5cb32cb64ee6481a213;p=php the ncurses_getch() is in the wrong place and never gets run --- 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(); +} ?>