ncurses_use_extended_names

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Control use of extended names in terminfo descriptions int ncurses_use_extended_names ( bool $flag ) Parameters: flag This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release o

ncurses_use_env

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Control use of environment information about terminal size void ncurses_use_env ( bool $flag ) Parameters: flag This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP

ncurses_use_default_colors

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Assign terminal default colors to color id -1 bool ncurses_use_default_colors ( 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.

ncurses_update_panels

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refreshes the virtual screen to reflect the relations between panels in the stack void ncurses_update_panels ( void ) This function is currently not documented; only its argument list is available.

ncurses_ungetmouse

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Pushes mouse event to queue bool ncurses_ungetmouse ( array $mevent ) Pushes a KEY_MOUSE event onto the input queue and associates with this event the given state data and screen-relative character cell coordinates, specified in mevent. Parameters: mevent An associative array specifying the event options: "

ncurses_ungetch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Put a character back into the input stream int ncurses_ungetch ( int $keycode ) Parameters: keycode 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 functi

ncurses_typeahead

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Specify different filedescriptor for typeahead checking int ncurses_typeahead ( int $fd ) Parameters: fd 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 f

ncurses_top_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Moves a visible panel to the top of the stack int ncurses_top_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

ncurses_timeout

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set timeout for special key sequences void ncurses_timeout ( int $millisec ) Parameters: millisec 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 functio

ncurses_termname

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns terminals (short)-name string ncurses_termname ( void ) Returns terminals shortname. Returns: Returns the shortname of the terminal, truncated to 14 characters. On errors, returns NULL. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation ma