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_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_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_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_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_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_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_vidattr

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Display the string on the terminal in the video attribute mode int ncurses_vidattr ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of

ncurses_vline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a vertical line at current position using an attributed character and max. n characters long int ncurses_vline ( int $charattr, int $n ) Parameters: charattr n This function is EXPERIMENTAL. The behaviour of this function, its na

ncurses_waddch

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Adds character at current position in a window and advance cursor int ncurses_waddch ( resource $window, int $ch ) Parameters: window ch This function is currently not documented; only its argument list is available.