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_scr_restore

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Restore screen from file dump int ncurses_scr_restore ( 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_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_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_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_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_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_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_panel_window

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