mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
the ncurses_getch() is in the wrong place and never gets run
This commit is contained in:
parent
34de1f6578
commit
34b3fbd153
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ for ($y=0; $y<24; $y++) {
|
|||
if($n>26)$n=0;
|
||||
}
|
||||
}
|
||||
}
|
||||
ncurses_getch();
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue