]> granicus.if.org Git - php/commitdiff
the ncurses_getch() is in the wrong place and never gets run
authorAnil Madhavapeddy <avsm@php.net>
Wed, 26 Jun 2002 22:20:09 +0000 (22:20 +0000)
committerAnil Madhavapeddy <avsm@php.net>
Wed, 26 Jun 2002 22:20:09 +0000 (22:20 +0000)
ext/ncurses/example1.php

index 0dc689be39c92993a5e41420ad983ff8c667792a..ca6977d95e99f0f8fd02c23233a3109436c22020 100644 (file)
@@ -22,7 +22,7 @@ for ($y=0; $y<24; $y++) {
   if($n>26)$n=0;
 }
 }
-}
 ncurses_getch();
+}
 ?>