the ncurses_getch() is in the wrong place and never gets run

This commit is contained in:
Anil Madhavapeddy 2002-06-26 22:20:09 +00:00
parent 34de1f6578
commit 34b3fbd153

View file

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