ncurses_scr_init

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Initialize screen from file dump int ncurses_scr_init ( string $filename ) Parameters: filename This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function s

ncurses_scr_dump

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Dump screen content to file int ncurses_scr_dump ( string $filename ) Parameters: filename This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should

ncurses_savetty

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Saves terminal state bool ncurses_savetty ( void ) Saves the current terminal state. The saved terminal state can be restored with ncurses_resetty(). Returns: Always returns FALSE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change wit

ncurses_resetty

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Restores saved terminal state bool ncurses_resetty ( void ) Restores the terminal state, which was previously saved by calling ncurses_savetty(). Returns: Always returns FALSE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without

ncurses_reset_shell_mode

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Resets the shell mode saved by def_shell_mode int ncurses_reset_shell_mode ( void ) This function is currently not documented; only its argument list is available.

ncurses_reset_prog_mode

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Resets the prog mode saved by def_prog_mode int ncurses_reset_prog_mode ( void ) This function is currently not documented; only its argument list is available.

ncurses_replace_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Replaces the window associated with panel int ncurses_replace_panel ( resource $panel, resource $window ) Parameters: panel window This function is currently not documented; only its argument list is available.

ncurses_refresh

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh screen int ncurses_refresh ( int $ch ) Parameters: ch This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

ncurses_raw

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Switch terminal into raw mode bool ncurses_raw ( void ) Places the terminal in raw mode. Raw mode is similar to cbreak mode, in that characters typed are immediately passed through to the user program. The difference is that in raw mode, the interrupt, quit, suspend and flow control characters are all passed through uninterpreted, instead of generating a signal

ncurses_qiflush

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Flush on signal characters void ncurses_qiflush ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently n